// =========================================================================== // 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 "Ambient shade:" m_performAmbientLight.kAmbientShade; displayString -replace -value "Cast shadows" m_performAmbientLight.kCastShadows; displayString -replace -value "Color:" m_performAmbientLight.kColor; displayString -replace -value "Create" m_performAmbientLight.kCreate; displayString -replace -value "Create Ambient Light Options" m_performAmbientLight.kCreateAmbientLightOptions; displayString -replace -value "Intensity:" m_performAmbientLight.kIntensity; displayString -replace -value "Shadow color:" m_performAmbientLight.kShadowColor; displayString -replace -value "Shadow rays:" m_performAmbientLight.kShadowRays;