removed some unhelpful comments

This commit is contained in:
Andrew Meadows 2014-05-05 14:23:50 -07:00
parent 5ffd307926
commit 39196501f1

View file

@ -125,12 +125,10 @@ private:
glm::vec3 _environmentGravity;
float _distanceToNearestAvatar; // How close is the nearest avatar?
// old motion stuff
bool _wasPushing;
bool _isPushing;
glm::vec3 _thrust; // final acceleration from outside sources for the current frame
// new motion stuff
glm::vec3 _motorVelocity; // intended velocity of avatar motion
float _motorTimescale; // timescale for avatar motor to achieve its desired velocity
float _maxMotorSpeed;