Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Fog.cpp204 Fog::DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater) in DestroyResFogUpdater() argument
207 NW_NULL_ASSERT( resFogUpdater ); in DestroyResFogUpdater()
210 allocator->Free( resFogUpdater ); in DestroyResFogUpdater()
356 ResFogUpdaterData* resFogUpdater = CreateResFogUpdater(allocator); in Initialize() local
357 if (resFogUpdater != NULL) in Initialize()
360 resFogUpdater, in Initialize()
/NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp303 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs() local
304 resFogUpdater.SetFogUpdaterType(nw::gfx::ResFogUpdater::FOG_UPDATER_TYPE_EXPONENT_SQUARE); in BuildFogs()
305 resFogUpdater.SetDensity(10.0f); in BuildFogs()
306 resFogUpdater.SetMinFogDepth(10.0f); in BuildFogs()
307 resFogUpdater.SetMaxFogDepth(500.0f); in BuildFogs()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Fog.h285 static void DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater);