Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Fog.h152 ResFog resource,
167 ResFog resource,
201 ResFog GetResFog() in GetResFog()
203 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog()
207 const ResFog GetResFog() const in GetResFog()
209 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog()
272 ResFog resObj, in Fog()
292 ResFog(resource.Get()), in Fog()
310 m_OriginalValue = ResFog(NULL); in ~Fog()
373 ResFog m_OriginalValue;
/NW4C-1.3.3/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.h447 …NW_RES_FIELD_CLASS_DIC_DECL( ResFog, Fogs, nw::ut::ResDicPatricia ) // GetFogs…
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResFog.cpp28 ResFog::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup()
51 ResFog::Cleanup() in Cleanup()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Fog.cpp114 ResFog resNode = ResDynamicCast<ResFog>(resource); in Create()
148 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog()
149 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()
150 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog()
425 ResFog resFog = GetResFog(); in CreateAnimGroup()
465 m_OriginalValue = ResFog(originalValue); in CreateOriginalValue()
513 ResFog resFog, in GetMemorySizeInternal()
Dgfx_SceneBuilder.cpp420 case ResFog::TYPE_INFO: in BuildSceneObject()
432 Fog::GetMemorySizeInternal(pSize, ResStaticCast<ResFog>(resource), description); in BuildSceneObject()
436 … Fog::GetDeviceMemorySizeInternal(pDeviceSize, ResStaticCast<ResFog>(resource), description); in BuildSceneObject()
Dgfx_RenderContext.cpp530 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp740 ResFog fog(object); in SetValue()
/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp291 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs()