Searched refs:mPosNodeOld (Results 1 – 2 of 2) sorted by relevance
57 Ogre::Vector3 mLook, mPosNodeOld; Ogre::Real mVel; variable
174 if (first) { mPosNodeOld = posGoal; } in update()175 Real vel = (posGoal - mPosNodeOld).length() / std::max(0.002f, std::min(0.1f, time)); in update()176 mPosNodeOld = posGoal; in update()504 mLook(Vector3::ZERO), mPosNodeOld(Vector3::ZERO), mVel(0), in FollowCamera()