Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneEnvironment.cpp114 for (int i = 0; i < m_ActiveVertexLightCount; ++i) in ResetVertexLights()
118 m_ActiveVertexLightCount = 0;; in ResetVertexLights()
189 m_ActiveVertexLightCount = 0; in SetActiveLightSet()
197 if (m_ActiveVertexLightCount == vertexLightMaxCount) in SetActiveLightSet()
204 m_VertexLights[m_ActiveVertexLightCount] = (*iter); in SetActiveLightSet()
205 ++m_ActiveVertexLightCount; in SetActiveLightSet()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneEnvironment.h65 m_ActiveVertexLightCount(0), in SceneEnvironment()
254 if (m_ActiveVertexLightCount == m_VertexLights.capacity()) in SetVertexLight()
259 this->m_VertexLights[m_ActiveVertexLightCount] = light; in SetVertexLight()
260 ++m_ActiveVertexLightCount; in SetVertexLight()
270 NW_MINMAXLT_ASSERT(index, 0, this->m_ActiveVertexLightCount); in GetVertexLight()
278 return this->m_ActiveVertexLightCount; in GetVertexLightCount()
558 s32 m_ActiveVertexLightCount; variable