add MultiDofDemo (Featherstone 3DOF spherical joint)

minor prettify of BasicDemo,RagdollDemo.
require 'multiDof' argument in btMultiBody.h (not default=false)
This commit is contained in:
Erwin Coumans
2014-01-10 16:34:39 -08:00
parent a8e60b4ee5
commit 7e4b1c1c8a
9 changed files with 481 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ public:
const btVector3 &inertia, // inertia of base, in base frame; assumed diagonal
bool fixedBase, // whether the base is fixed (true) or can move (false)
bool canSleep,
bool multiDof = false
bool multiDof
);
~btMultiBody();