Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Fog.cpp239 Fog::DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater) in DestroyResFogUpdater() argument
242 NW_NULL_ASSERT( resFogUpdater ); in DestroyResFogUpdater()
245 allocator->Free( resFogUpdater ); in DestroyResFogUpdater()
391 ResFogUpdaterData* resFogUpdater = CreateResFogUpdater(allocator); in Initialize() local
392 if (resFogUpdater != NULL) in Initialize()
395 resFogUpdater, in Initialize()
/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp295 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs() local
296 resFogUpdater.SetFogUpdaterType(nw::gfx::ResFogUpdater::FOG_UPDATER_TYPE_EXPONENT_SQUARE); in BuildFogs()
297 resFogUpdater.SetDensity(10.0f); in BuildFogs()
298 resFogUpdater.SetMinFogDepth(10.0f); in BuildFogs()
299 resFogUpdater.SetMaxFogDepth(500.0f); in BuildFogs()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Fog.h360 static void DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater);