// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Alpha:" m_hwFogOptions.kAlpha; displayString -replace -value "Color:" m_hwFogOptions.kColor; displayString -replace -value "Density:" m_hwFogOptions.kDensity; displayString -replace -value "Display Mode" m_hwFogOptions.kDisplayMode; displayString -replace -value "Display Parameters" m_hwFogOptions.kDisplayParameters; displayString -replace -value "End:" m_hwFogOptions.kEnd; displayString -replace -value "Exponential" m_hwFogOptions.kExponential; displayString -replace -value "Exponential squared" m_hwFogOptions.kExponentialSquared; displayString -replace -value "Falloff:" m_hwFogOptions.kFalloff; displayString -replace -value "Hardware Fog Display Options" m_hwFogOptions.kHardwareFogDisplayOptions; displayString -replace -value "Linear" m_hwFogOptions.kLinear; displayString -replace -value "Measurement:" m_hwFogOptions.kMeasurement; displayString -replace -value "Per geometry point" m_hwFogOptions.kPerGeometryPoint; displayString -replace -value "Per pixel" m_hwFogOptions.kPerPixel; displayString -replace -value "Set" m_hwFogOptions.kSet; displayString -replace -value "Start:" m_hwFogOptions.kStart;