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