Searched refs:ResFog (Results 1 – 9 of 9) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Fog.h | 154 ResFog resource, 169 ResFog resource, 203 ResFog GetResFog() in GetResFog() 205 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog() 209 const ResFog GetResFog() const in GetResFog() 211 return ResStaticCast<ResFog>(this->GetResSceneObject()); in GetResFog() 274 ResFog resObj, in Fog() 294 ResFog(resource.Get()), in Fog() 312 m_OriginalValue = ResFog(NULL); in ~Fog() 375 ResFog m_OriginalValue;
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResFog.h | 118 class ResFog : public ResTransformNode 122 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResFog) }; 125 NW_RES_CTOR_INHERIT( ResFog, ResTransformNode ) in NW_RES_CTOR_INHERIT() argument 187 typedef nw::ut::ResArrayPatricia<ResFog>::type ResFogArray;
|
| D | gfx_ResGraphicsFile.h | 449 …NW_RES_FIELD_CLASS_DIC_DECL( ResFog, Fogs, nw::ut::ResDicPatricia ) // GetFogs…
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResFog.cpp | 30 ResFog::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() 53 ResFog::Cleanup() in Cleanup()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_Fog.cpp | 116 ResFog resNode = ResDynamicCast<ResFog>(resource); in Create() 150 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog() 151 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog() 152 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog() 427 ResFog resFog = GetResFog(); in CreateAnimGroup() 467 m_OriginalValue = ResFog(originalValue); in CreateOriginalValue() 515 ResFog resFog, in GetMemorySizeInternal()
|
| D | gfx_SceneBuilder.cpp | 422 case ResFog::TYPE_INFO: in BuildSceneObject() 434 Fog::GetMemorySizeInternal(pSize, ResStaticCast<ResFog>(resource), description); in BuildSceneObject() 438 … Fog::GetDeviceMemorySizeInternal(pDeviceSize, ResStaticCast<ResFog>(resource), description); in BuildSceneObject()
|
| D | gfx_RenderContext.cpp | 532 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog()
|
| /NW4C-2.0.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 742 ResFog fog(object); in SetValue()
|
| /NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/ |
| D | SceneTreeDemo.cpp | 293 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs()
|