// =========================================================================== // 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 "Cast shadows" m_performSpotLight.kCastShadows; displayString -replace -value "Color:" m_performSpotLight.kColor; displayString -replace -value "Cone angle:" m_performSpotLight.kConeAngle; displayString -replace -value "Create" m_performSpotLight.kCreate; displayString -replace -value "Create Spot Light Options" m_performSpotLight.kCreateSpotLightOptions; displayString -replace -value "Cubic" m_performSpotLight.kCubic; displayString -replace -value "Decay rate:" m_performSpotLight.kDecayRate; displayString -replace -value "Dropoff:" m_performSpotLight.kDropoff; displayString -replace -value "Intensity:" m_performSpotLight.kIntensity; displayString -replace -value "Interactive placement" m_performSpotLight.kInteractivePlacement; displayString -replace -value "Linear" m_performSpotLight.kLinear; displayString -replace -value "None" m_performSpotLight.kNone; displayString -replace -value "Penumbra angle:" m_performSpotLight.kPenumbraAngle; displayString -replace -value "Quadratic" m_performSpotLight.kQuadratic; displayString -replace -value "Shadow color:" m_performSpotLight.kShadowColor;