// =========================================================================== // 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 "Bilinear" m_hwTxOptions.kBilinear; displayString -replace -value "Hardware Texture Display Options" m_hwTxOptions.kHardwareTextureDisplayOptions; displayString -replace -value "High quality filtering" m_hwTxOptions.kHighQualityFiltering; displayString -replace -value "Mipmap Bilinear" m_hwTxOptions.kMipMapBilinear; displayString -replace -value "Mipmap Linear" m_hwTxOptions.kMipMapLinear; displayString -replace -value "Mipmap Nearest" m_hwTxOptions.kMipMapNearest; displayString -replace -value "MipMap Trilinear" m_hwTxOptions.kMipMapTrilinear; displayString -replace -value "Multiply" m_hwTxOptions.kMultiply; displayString -replace -value "Over" m_hwTxOptions.kOver; displayString -replace -value "Set" m_hwTxOptions.kSet; displayString -replace -value "Texture blend:" m_hwTxOptions.kTextureBlend; displayString -replace -value "Texture filter:" m_hwTxOptions.kTextureFilter; displayString -replace -value "Unfiltered" m_hwTxOptions.kUnfiltered;