Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RotateViewUpdater.cpp108 math::MTX34RotXYZRad(&rotateMatrixX, this->m_Resource.GetViewRotate().x, 0.0f, 0.0f); in Update()
109 math::MTX34RotXYZRad(&rotateMatrixY, 0.0f, this->m_Resource.GetViewRotate().y, 0.0f); in Update()
110 math::MTX34RotXYZRad(&rotateMatrixZ, 0.0f, 0.0f, this->m_Resource.GetViewRotate().z); in Update()
130 math::MTX34CameraRotateRad(viewMatrix, &cameraPosition, &this->m_Resource.GetViewRotate()); in Update()
Dgfx_Camera.cpp719 Camera::GetViewRotate() const in GetViewRotate() function in nw::gfx::Camera
726 return resRotate.GetViewRotate(); in GetViewRotate()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h472 const nw::math::VEC3& GetViewRotate() const;
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CameraController.cpp174 m_Rotate = resRotateViewUpdater.GetViewRotate(); in CameraEntry()