Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneEnvironment.h60 m_Fog(NULL), in SceneEnvironment()
340 if (this->m_Fog != fog) in SetActiveFog()
342 this->m_Fog = fog; in SetActiveFog()
353 return this->m_Fog; in GetActiveFog()
362 return this->m_Fog; in GetActiveFog()
493 Fog* m_Fog; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironment.cpp143 m_Fog = NULL; in ResetFog()