// =========================================================================== // 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_AEoceanShaderTemplate.kBumpMapping; displayString -replace -value "Common Material Attributes" m_AEoceanShaderTemplate.kCommonMaterialAttributes; displayString -replace -value "Glow" m_AEoceanShaderTemplate.kGlow; displayString -replace -value "Hardware Texturing" m_AEoceanShaderTemplate.kHardwareTexturing; displayString -replace -value "Ocean Attributes" m_AEoceanShaderTemplate.kOceanAttributes; displayString -replace -value "Raytrace Options" m_AEoceanShaderTemplate.kRaytraceOptions; displayString -replace -value "Specular Shading" m_AEoceanShaderTemplate.kSpecularShading;