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

@@ -40,6 +40,21 @@ global proc AEdSolverTemplate( string $nodeName )
editorTemplate -addControl startTime;
editorTemplate -addControl rigidBodies;
editorTemplate -addControl drawWireframe;
editorTemplate -addControl drawAabb;
editorTemplate -addControl drawFeaturesText;
editorTemplate -addControl drawContactPoints;
editorTemplate -addControl noDeactivation;
editorTemplate -addControl noHelpText;
editorTemplate -addControl drawText;
editorTemplate -addControl profileTimings;
editorTemplate -addControl enableSatComparison;
editorTemplate -addControl disableBulletLCP;
editorTemplate -addControl enableCCD;
editorTemplate -addControl drawConstraints;
editorTemplate -addControl drawConstraintLimits;
editorTemplate -addControl fastWireframe;
AEdependNodeTemplate $nodeName;