Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 14 of 14) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AmbientLight.cpp163 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in CreateResAmbientLight() local
Dgfx_HemiSphereLight.cpp164 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in CreateResHemiSphereLight() local
Dgfx_VertexLight.cpp182 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in CreateResVertexLight() local
Dgfx_FragmentLight.cpp184 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in CreateResFragmentLight() local
Dgfx_MaterialState.cpp67 float rotate, in SetupTextureMatrix()
Dgfx_Fog.cpp167 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in CreateResFog() local
Dgfx_Camera.cpp257 const math::VEC3 rotate(0.0f, 0.0f, 0.0f); in Create() local
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp278 float rotate = *reinterpret_cast<const float*>(value); in SetValue() local
433 const math::VEC3& rotate = *reinterpret_cast<const math::VEC3*>(value); in SetValue() local
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_DrawerUniform.cpp89 register const f32 rotate = texSRT.rotate; in CalcTextureCoords() local
/NW4C-1.3.3/include/nw/gfx/
Dgfx_CalculatedTransform.h342 void SetRotateAndTranslate(const math::VEC3& rotate, const math::VEC3& translate) in SetRotateAndTranslate()
/NW4C-1.3.3/include/nw/ut/
Dut_ResTypes.h315 ResVec2 rotate; member
331 ResVec3 rotate; member
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Resources.h915 Vec3 rotate; member
Dlyt_Types.h1557 ut::ResF32 rotate; member
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1201 void SetRotate(f32 rotate) in SetRotate()