add additional demos/examples for MultiBody and Constraints

This commit is contained in:
erwin coumans
2015-04-22 13:02:27 -07:00
parent 13396d32bf
commit f2aef6b73e
9 changed files with 1368 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#ifndef GENERIC_6DOF_SPRING2_CONSTRAINT_DEMO_H
#define GENERIC_6DOF_SPRING2_CONSTRAINT_DEMO_H
class ExampleInterface* Dof6Spring2CreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //GENERIC_6DOF_SPRING2_CONSTRAINT_DEMO_H