// =========================================================================== // 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 "Bump Mapping" m_AErampShaderTemplate.kBumpMapping; displayString -replace -value "Common Material Attributes" m_AErampShaderTemplate.kCommonMaterialAttr; displayString -replace -value "Hardware Texturing" m_AErampShaderTemplate.kHardwareTexturing; displayString -replace -value "Raytrace Options" m_AErampShaderTemplate.kRaytraceOptions; displayString -replace -value "Shadow Control" m_AErampShaderTemplate.kShadowControl; displayString -replace -value "Special Effects" m_AErampShaderTemplate.kSpecialEffects; displayString -replace -value "Specular Shading" m_AErampShaderTemplate.kSpecularShading;