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:
@@ -720,7 +720,8 @@ static void solveConstraint (SpuSolverConstraint& constraint, SpuSolverBody& bod
|
||||
|
||||
|
||||
//-- CONSTRAINT SETUP METHODS
|
||||
// Compute the jacobian inverse @@TODO: Optimize
|
||||
/// Compute the jacobian inverse
|
||||
///@todo: Optimize
|
||||
static float computeJacobianInverse (const btRigidBody* rb0, const btRigidBody* rb1,
|
||||
const btVector3& anchorAinW, const btVector3& anchorBinW, const btVector3& normal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user