Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h83 typedef ut::MoveArray<FogBinder> FogBinderArray; typedef
214 FogBinderArray::iterator GetFogBegin() in GetFogBegin()
223 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin()
232 FogBinderArray::iterator GetFogEnd() in GetFogEnd()
241 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd()
329 FogBinderArray m_Fogs;
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironment.cpp48 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
49 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom()