Home
last modified time | relevance | path

Searched refs:resObj (Results 1 – 23 of 23) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_TransformNode.cpp34 ResTransformNode resObj, in TransformNode() argument
36 : SceneNode(allocator, resObj, description), in TransformNode()
43 if (resObj.IsValid()) in TransformNode()
45 this->m_Transform.SetTransform(resObj.GetTransform()); in TransformNode()
46 this->m_WorldMatrix = resObj.GetWorldMatrix(); in TransformNode()
Dgfx_ParticleCollection.cpp835 ResParticleCollection resObj in ParticleCollection() argument
841 m_ResParticleCollection(resObj), in ParticleCollection()
847 NW_UNUSED_VARIABLE(resObj) in ParticleCollection()
Dgfx_ParticleShape.cpp648 ResParticleShape resObj) in ParticleShape() argument
649 : SceneObject(allocator, resObj), in ParticleShape()
Dgfx_Camera.cpp38 ResTransformNode resObj, in Camera() argument
46 resObj, in Camera()
Dgfx_ParticleEmitter.cpp248 ResParticleEmitter resObj, in ParticleEmitter() argument
253 : TransformNode(allocator, resObj, description), in ParticleEmitter()
Dgfx_ParticleSet.cpp3371 ResParticleSet resObj, in ParticleSet() argument
3373 : SceneNode(allocator, resObj, description), in ParticleSet()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneObject.h81 SceneObject(os::IAllocator* allocator, ResSceneObject resObj) in SceneObject() argument
83 m_ResObject(resObj) in SceneObject()
Dgfx_Light.h112 ResTransformNode resObj, in Light() argument
116 resObj, in Light()
Dgfx_VertexLight.h244 ResVertexLight resObj, in VertexLight() argument
248 resObj, in VertexLight()
250 m_Direction(resObj.GetDirection()) in VertexLight()
Dgfx_FragmentLight.h245 ResFragmentLight resObj, in FragmentLight() argument
249 resObj, in FragmentLight()
251 m_Direction(resObj.GetDirection()) in FragmentLight()
Dgfx_LightSet.h325 ResLightSet resObj, in LightSet() argument
328 m_Resource(resObj), in LightSet()
Dgfx_AmbientLight.h202 ResAmbientLight resObj, in AmbientLight() argument
206 resObj, in AmbientLight()
Dgfx_HemiSphereLight.h203 ResHemiSphereLight resObj, in HemiSphereLight() argument
207 resObj, in HemiSphereLight()
Dgfx_SceneNode.h567 ResSceneNode resObj, in SceneNode() argument
569 : SceneObject(allocator, resObj), in SceneNode()
576 if (resObj.IsValid()) in SceneNode()
578 m_BranchVisible = resObj.IsBranchVisible(); in SceneNode()
Dgfx_Fog.h272 ResFog resObj, in Fog() argument
276 resObj, in Fog()
Dgfx_ParticleSet.h388 ResParticleSet resObj,
Dgfx_ParticleEmitter.h430 ResParticleEmitter resObj,
Dgfx_ParticleCollection.h449 ResParticleCollection resObj);
Dgfx_ParticleShape.h418 ResParticleShape resObj);
Dgfx_TransformNode.h364 ResTransformNode resObj,
Dgfx_Camera.h735 ResTransformNode resObj,
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Particle.cpp32 gfx::ResTransformNode resObj, in ParticleHandle() argument
34 : gfx::TransformNode(allocator, resObj, description), in ParticleHandle()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Particle.h494 gfx::ResTransformNode resObj,