Bullet debug draw added

It is off by default, see attributes of dSolverNode to turn it on
This commit is contained in:
rponom
2010-01-30 04:21:12 +00:00
parent 08f597454a
commit d5f5ddf2f1
15 changed files with 302 additions and 28 deletions

View File

@@ -135,7 +135,8 @@ MStatus initializePlugin( MObject obj )
status = plugin.registerNode( dSolverNode::typeName, dSolverNode::typeId,
dSolverNode::creator,
dSolverNode::initialize,
MPxNode::kDependNode );
// MPxNode::kDependNode );
MPxNode::kLocatorNode );
MCHECKSTATUS(status, "registering dSolverNode")
status = plugin.registerCommand( dSolverCmd::typeName,