Home
last modified time | relevance | path

Searched refs:SetViewRotate (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h482 void SetViewRotate(const nw::math::VEC3& viewRotate);
494 void SetViewRotate(f32 x, f32 y, f32 z){ in SetViewRotate() function
495 SetViewRotate(nw::math::VEC3(x, y, z)); in SetViewRotate()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CameraController.cpp272 resRotateViewUpdater.SetViewRotate(m_Rotate); in UpdateCamera()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp731 Camera::SetViewRotate(const nw::math::VEC3& viewRotate) in SetViewRotate() function in nw::gfx::Camera
738 resRotate.SetViewRotate(viewRotate); in SetViewRotate()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp436 rotateUpdater.SetViewRotate(rotate); in SetValue()