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:
@@ -363,7 +363,7 @@ void RagDollDemo::initPhysics()
|
||||
|
||||
createGround(cubeShapeId);
|
||||
|
||||
btVector3 offset(0,10,0);
|
||||
btVector3 offset(0,3,0);
|
||||
|
||||
RagDoll* doll = new RagDoll(this->m_dynamicsWorld,offset,m_glApp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user