Home
last modified time | relevance | path

Searched refs:mAPitch (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DFollowCamera.cpp203 mAPitch += (ca->mPitch - mAPitch) * dtmul; in update()
206 if (first) { Pos = goalPos; mAPitch = ca->mPitch; mAYaw = ca->mYaw; } in update()
208 …camRotFinal = Quaternion(Degree(mAYaw),Vector3(0,1,0)) * Quaternion(Degree(mAPitch),Vector3(1,0,0)… in update()
505 mAPitch(0.f),mAYaw(0.f), mATilt(0.f), mDistReduce(0.f) in FollowCamera()
H A DFollowCamera.h59 Ogre::Radian mAPitch,mAYaw, mATilt; // for arena cam, smoothing variable