Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h81 typedef ut::MoveArray<FogBinder> FogBinderArray; typedef
212 FogBinderArray::iterator GetFogBegin() in GetFogBegin()
221 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin()
230 FogBinderArray::iterator GetFogEnd() in GetFogEnd()
239 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd()
327 FogBinderArray m_Fogs;
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneEnvironment.cpp46 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
47 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom()