Home
last modified time | relevance | path

Searched refs:ResFog (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Fog.h169 ResFog GetResFog() in GetResFog()
171 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog()
175 const ResFog GetResFog() const in GetResFog()
177 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog()
218 ResFog resObj, in Fog()
236 ResFog(resource.Get()), in Fog()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResFog.h116 class ResFog : public ResTransformNode
120 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResFog) };
123 NW_RES_CTOR_INHERIT( ResFog, ResTransformNode ) in NW_RES_CTOR_INHERIT() argument
185 typedef nw::ut::ResArrayPatricia<ResFog>::type ResFogArray;
Dgfx_ResGraphicsFile.h445 …NW_RES_FIELD_CLASS_DIC_DECL( ResFog, Fogs, nw::ut::ResDicPatricia ) // GetFogs…
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResFog.cpp28 ResFog::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup()
51 ResFog::Cleanup() in Cleanup()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Fog.cpp80 ResFog resNode = ResDynamicCast<ResFog>(resource); in Create()
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()
Dgfx_SceneBuilder.cpp275 case ResFog::TYPE_INFO: in BuildSceneObject()
Dgfx_RenderContext.cpp537 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog()
/NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp299 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs()