Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h47 nw::ut::ResFloatColor m_AmbientAndVertexColorScale; member
233 const nw::ut::FloatColor& GetAmbient() const { return ref().m_AmbientAndVertexColorScale; } in NW_RES_CTOR()
240 f32 GetVertexColorScale() const { return ref().m_AmbientAndVertexColorScale.a; } in GetVertexColorScale()
247 void SetVertexColorScale(f32 scale) { ref().m_AmbientAndVertexColorScale.a = scale; } in SetVertexColorScale()
265 ref().m_AmbientAndVertexColorScale.SetColor(r, g, b); in SetAmbient()
266 ref().m_AmbientU32 = ref().m_AmbientAndVertexColorScale.ToPicaU32(); in SetAmbient()