Home
last modified time | relevance | path

Searched defs:translate (Results 1 – 25 of 25) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCamera.cpp519 nw::math::VEC3 translate; in MoveCamera3D() local
586 nw::math::VEC3 translate; in MoveCamera3D() local
596 nw::math::VEC3 translate; in MoveCamera3D() local
640 nw::math::VEC3 translate; in MoveCamera3D() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CalculatedTransform.h307 void SetTranslate(const math::VEC3& translate) in SetTranslate()
316 void GetTranslate(math::VEC3* translate) const in GetTranslate()
337 math::VEC3 translate; in SetRotateXYZ() local
352 void SetRotateAndTranslate(const math::VEC3& rotate, const math::VEC3& translate) in SetRotateAndTranslate()
Dgfx_WorldMatrixUpdater.h189 void AddTranslate(math::MTX34* dstMatrix, const math::VEC3& translate) const in AddTranslate()
/NW4C-2.0.3/demos/gfx/ParticleMissileDemo/sources/
DParticleMissileDemo.cpp419 nw::math::VEC3* translate = in UpdateParticleMissileDemo() local
446 nw::math::VEC3* translate = in UpdateParticleMissileDemo() local
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AmbientLight.cpp166 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in CreateResAmbientLight() local
Dgfx_HemiSphereLight.cpp167 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in CreateResHemiSphereLight() local
Dgfx_VertexLight.cpp185 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in CreateResVertexLight() local
Dgfx_FragmentLight.cpp246 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in CreateResFragmentLight() local
Dgfx_Fog.cpp170 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in CreateResFog() local
Dgfx_RenderContext.cpp61 nw::math::VEC3 translate = transform.GetColumn(3); in GetTranslate() local
Dgfx_ParticleEmitter.cpp559 …nw::math::VEC3* translate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TRANSLAT… in Emission() local
Dgfx_ParticleSet.cpp676 …nw::math::VEC3* translate = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_TRANSLATE, PAR… in SetDefaultValues() local
787 math::VEC3* translate = in AddParticles() local
812 math::VEC3* translate = in AddParticles() local
2737 nw::math::VEC3* translate = in ParticleChildUpdater() local
Dgfx_Camera.cpp261 const math::VEC3 translate(0.0f, 0.0f, 0.0f); in Create() local
/NW4C-2.0.3/include/nw/demo/
Ddemo_Particle.h128 void SetTranslate(const nw::math::VEC3& translate) in SetTranslate()
134 void GetTranslate(nw::math::VEC3* translate) const in GetTranslate()
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp405 nw::math::VEC3* translate = in UpdateScene() local
/NW4C-2.0.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp302 nw::math::VEC3& translate = (*modelResource).GetTransform().translate; in InitializeScenes() local
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp242 nw::math::VEC3* translate = in UserUpdater() local
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp287 const math::VEC2& translate = *reinterpret_cast<const math::VEC2*>(value); in SetValue() local
/NW4C-2.0.3/include/nw/ut/
Dut_ResTypes.h318 ResVec2 translate; member
334 ResVec3 translate; member
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp680 …math::VEC3 translate = camera->WorldMatrix().GetColumn(3) - this->GetRenderContext()->ModelTransla… in ClearBySkyModel() local
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp940 nw::math::VEC3 translate; in UpdateScene() local
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp874 nw::math::VEC3 translate; in UpdateScene() local
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Resources.h915 Vec3 translate; member
Dlyt_Types.h1590 res::Vec2 translate; member
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1231 void SetTranslate(const nw::math::VEC2& translate) in SetTranslate()