Home
last modified time | relevance | path

Searched refs:shadowZScale (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h867 f32 shadowZScale; //!< オフセット値に乗算するスケール値です。 member
879 shadowZScale(1.0f), in Description()
971 DynamicBuilder& ShadowZScale(f32 shadowZScale) in ShadowZScale() argument
973 m_Description.shadowZScale = shadowZScale; in ShadowZScale()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp931 textureData->m_ShadowZScale = m_Description.shadowZScale; in Create()