Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Fog.cpp241 Fog::DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater) in DestroyResFogUpdater() argument
244 NW_NULL_ASSERT( resFogUpdater ); in DestroyResFogUpdater()
247 allocator->Free( resFogUpdater ); in DestroyResFogUpdater()
393 ResFogUpdaterData* resFogUpdater = CreateResFogUpdater(allocator); in Initialize() local
394 if (resFogUpdater != NULL) in Initialize()
397 resFogUpdater, in Initialize()
/NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp297 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs() local
298 resFogUpdater.SetFogUpdaterType(nw::gfx::ResFogUpdater::FOG_UPDATER_TYPE_EXPONENT_SQUARE); in BuildFogs()
299 resFogUpdater.SetDensity(10.0f); in BuildFogs()
300 resFogUpdater.SetMinFogDepth(10.0f); in BuildFogs()
301 resFogUpdater.SetMaxFogDepth(500.0f); in BuildFogs()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Fog.h362 static void DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater);