Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Light.cpp148 NW_ASSERT(ut::IsTypeOf<gfx::FragmentLight>(this)); in GetAnimTargetObject()
155 NW_ASSERT(ut::IsTypeOf<gfx::AmbientLight>(this)); in GetAnimTargetObject()
163 NW_ASSERT(ut::IsTypeOf<gfx::VertexLight>(this)); in GetAnimTargetObject()
170 NW_ASSERT(ut::IsTypeOf<gfx::HemiSphereLight>(this)); in GetAnimTargetObject()
Dgfx_ParticleSet.cpp2966 NW_ASSERT(ut::IsTypeOf<ParticleModel>(this->GetParent())); in UpdateParticles()
/NW4C-1.3.3/include/nw/ut/
Dut_RuntimeTypeInfo.h121 IsTypeOf(const U* instance) in IsTypeOf() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneUpdateHelper.h124 ut::IsTypeOf<ParticleModel>(model) in operator()
/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp336 if (nw::ut::IsTypeOf<nw::gfx::SkeletalModel>(node)) in BuildResources()
433 if (nw::ut::IsTypeOf<nw::gfx::Model>(*node)) in UpdateScene()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Particle.h671 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(topNode)) in ResetParticle()
679 else if (nw::ut::IsTypeOf<nw::gfx::ParticleEmitter>(topNode)) in ResetParticle()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp359 if (nw::ut::IsTypeOf<nw::gfx::ParticleModel>(node)) in BuildResources()
382 if (nw::ut::IsTypeOf<nw::gfx::ParticleEmitter>(node)) in BuildResources()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp359 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::SkeletalModel>(node)); in BuildResources()
370 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::FragmentLight>(node)); in BuildResources()
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp347 NW_ASSERT(nw::ut::IsTypeOf<nw::gfx::FragmentLight>(node)); in BuildResources()