Home
last modified time | relevance | path

Searched refs:resFog (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Fog.cpp109 ResFogData* resFog = in CreateResFog() local
114 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog()
115 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()
116 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog()
118 resFog->m_UserDataDicCount = 0; in CreateResFog()
119 resFog->toUserDataDic.set_ptr( NULL ); in CreateResFog()
121 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()
125 resFog->m_ChildrenTableCount = 0; in CreateResFog()
126 resFog->toChildrenTable.set_ptr( NULL ); in CreateResFog()
127 resFog->m_AnimGroupsDicCount = NULL; in CreateResFog()
[all …]
Dgfx_RenderContext.cpp537 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog() local
539 ResImageLookupTable lut = resFog.GetFogSampler(); in ActivateFog()
548 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()
557 (resFog.IsZFlip() ? (0x1 << REG_FOG_ZFLIP_SHIFT) : 0x0), in ActivateFog()
/NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp299 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs() local
301 resFog.SetColor(0.3f, 0.3f, 0.5f); in BuildFogs()
303 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Fog.h268 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);