Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCamera.cpp513 nw::math::VEC3 translate; in MoveCamera3D() local
580 nw::math::VEC3 translate; in MoveCamera3D() local
590 nw::math::VEC3 translate; in MoveCamera3D() local
634 nw::math::VEC3 translate; in MoveCamera3D() local
/NW4C-1.2.23/include/nw/gfx/
Dgfx_CalculatedTransform.h297 void SetTranslate(const math::VEC3& translate) in SetTranslate()
306 void GetTranslate(math::VEC3* translate) const in GetTranslate()
327 math::VEC3 translate; in SetRotateXYZ() local
342 void SetRotateAndTranslate(const math::VEC3& rotate, const math::VEC3& translate) in SetRotateAndTranslate()
Dgfx_WorldMatrixUpdater.h187 void AddTranslate(math::MTX34* dstMatrix, const math::VEC3& translate) const in AddTranslate()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AmbientLight.cpp133 const math::VEC3 translate(0.0f, 0.0, 0.0f); in CreateResAmbientLight() local
Dgfx_HemiSphereLight.cpp134 const math::VEC3 translate(0.0f, 0.0, 0.0f); in CreateResHemiSphereLight() local
Dgfx_VertexLight.cpp152 const math::VEC3 translate(0.0f, 0.0, 0.0f); in CreateResVertexLight() local
Dgfx_FragmentLight.cpp151 const math::VEC3 translate(0.0f, 0.0, 0.0f); in CreateResFragmentLight() local
Dgfx_Fog.cpp134 const math::VEC3 translate(0.0f, 0.0, 0.0f); in CreateResFog() local
Dgfx_ParticleEmitter.cpp557 …nw::math::VEC3* translate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TRANSLAT… in Emission() local
Dgfx_RenderContext.cpp59 nw::math::VEC3 translate = transform.GetColumn(3); in GetTranslate() local
Dgfx_ParticleSet.cpp663 …nw::math::VEC3* translate = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_TRANSLATE, PAR… in SetDefaultValues() local
773 math::VEC3* translate = in AddParticles() local
798 math::VEC3* translate = in AddParticles() local
2536 nw::math::VEC3* translate = in ParticleChildUpdater() local
Dgfx_Camera.cpp258 const math::VEC3 translate(0.0f, 0.0, 0.0f); in Create() local
/NW4C-1.2.23/include/nw/demo/
Ddemo_Particle.h119 void SetTranslate(const nw::math::VEC3& translate) in SetTranslate()
125 void GetTranslate(nw::math::VEC3* translate) const in GetTranslate()
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp411 nw::math::VEC3* translate = in UpdateScene() local
/NW4C-1.2.23/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp307 nw::math::VEC3& translate = (*modelResource).GetTransform().translate; in InitializeScenes() local
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp248 nw::math::VEC3* translate = in UserUpdater() local
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp277 const math::VEC2& translate = *reinterpret_cast<const math::VEC2*>(value); in SetValue() local
/NW4C-1.2.23/include/nw/ut/
Dut_ResTypes.h316 ResVec2 translate; member
332 ResVec3 translate; member
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp636 math::VEC3 translate = camera->WorldMatrix().GetColumn(3); in ClearBySkyModel() local
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp876 nw::math::VEC3 translate; in UpdateScene() local
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp946 nw::math::VEC3 translate; in UpdateScene() local
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Resources.h911 Vec3 translate; member
Dlyt_Types.h1555 res::Vec2 translate; member
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResMaterial.h1202 void SetTranslate(const nw::math::VEC2& translate) in SetTranslate()