Searched refs:VIEW_VIEW_ROTATE (Results 1 – 3 of 3) sorted by relevance
31 const math::VEC3 CameraViewUpdater::VIEW_VIEW_ROTATE = math::VEC3(0.0f,0.0f,0.0f); member in nw::gfx::CameraViewUpdater
45 buffer->m_ViewRotate = VIEW_VIEW_ROTATE; in Create()
103 static const math::VEC3 VIEW_VIEW_ROTATE; variable