added a paper name for info in exponential map, part of the Bullet motion equation

This commit is contained in:
ejcoumans
2008-01-28 02:09:17 +00:00
parent 923f1411d7
commit d3e4d87521

View File

@@ -70,7 +70,9 @@ public:
predictedOrn += (angvel * predictedOrn) * (timeStep * btScalar(0.5));
predictedOrn.normalize();
#else
//exponential map
//Exponential map
//google for "Practical Parameterization of Rotations Using the Exponential Map", F. Sebastian Grassia
btVector3 axis;
btScalar fAngle = angvel.length();
//limit the angular motion