// =========================================================================== // 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_performPointLight.kCastShadows; displayString -replace -value "Color:" m_performPointLight.kColor; displayString -replace -value "Create" m_performPointLight.kCreate; displayString -replace -value "Create Point Light Options" m_performPointLight.kCreatePointLightOptions; displayString -replace -value "Cubic" m_performPointLight.kCubic; displayString -replace -value "Decay rate:" m_performPointLight.kDecayRate; displayString -replace -value "Intensity:" m_performPointLight.kIntensity; displayString -replace -value "Linear" m_performPointLight.kLinear; displayString -replace -value "None" m_performPointLight.kNone; displayString -replace -value "Quadratic" m_performPointLight.kQuadratic; displayString -replace -value "Shadow color:" m_performPointLight.kShadowColor;