Searched defs:upwardVector (Results 1 – 3 of 3) sorted by relevance
96 math::VEC3 upwardVector(this->m_Resource.GetUpwardVector()); in Update() local
100 math::VEC3 upwardVector(0.0f,1.0f,0.0f); in Update() local
683 Camera::SetUpwardVector(const nw::math::VEC3& upwardVector) in SetUpwardVector()