Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h409 void SetViewRotate(const nw::math::VEC3& viewRotate);
421 void SetViewRotate(f32 x, f32 y, f32 z){ in SetViewRotate() function
422 SetViewRotate(nw::math::VEC3(x, y, z)); in SetViewRotate()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CameraController.cpp270 resRotateViewUpdater.SetViewRotate(m_Rotate); in UpdateCamera()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp530 Camera::SetViewRotate(const nw::math::VEC3& viewRotate) in SetViewRotate() function in nw::gfx::Camera
537 resRotate.SetViewRotate(viewRotate); in SetViewRotate()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp424 rotateUpdater.SetViewRotate(rotate); in SetValue()