add example for btMultiBody constraint and joint feedback

This commit is contained in:
=
2015-07-07 08:32:02 -07:00
parent 3431773800
commit 272ffeb232
2 changed files with 439 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef MULTIBODY_CONSTRAINT_FEEDBACK_H
#define MULTIBODY_CONSTRAINT_FEEDBACK_H
class CommonExampleInterface* MultiBodyConstraintFeedbackCreateFunc(struct CommonExampleOptions& options);
#endif //MULTIBODY_CONSTRAINT_FEEDBACK_H