some doxygen updates, added some comments to classes, fix broken links, rename some prefix some internal GIMPACT collision structures using (for example use GIM_AABB instead of BT_AAABB),
removed obsolete btGjkEpa (it was replaced by btGjkEpa2 ages ago)
This commit is contained in:
@@ -156,7 +156,7 @@ btScalar btRotationalLimitMotor::solveAngularLimits(
|
||||
// clip correction impulse
|
||||
btScalar clippedMotorImpulse;
|
||||
|
||||
//todo: should clip against accumulated impulse
|
||||
///@todo: should clip against accumulated impulse
|
||||
if (unclippedMotorImpulse>0.0f)
|
||||
{
|
||||
clippedMotorImpulse = unclippedMotorImpulse > maxMotorForce? maxMotorForce: unclippedMotorImpulse;
|
||||
|
||||
Reference in New Issue
Block a user