mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-31 23:48:32 +00:00
update tutorial for SIGGRAPH course
allow multiple graphing windows at the same time
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#ifndef TUTORIAL_H
|
||||
#define TUTORIAL_H
|
||||
|
||||
enum EnumTutorialTypes
|
||||
{
|
||||
TUT_VELOCITY=0,
|
||||
TUT_ACCELERATION,
|
||||
TUT_COLLISION,
|
||||
TUT_SOLVE_CONTACT_CONSTRAINT,
|
||||
};
|
||||
|
||||
class CommonExampleInterface* TutorialCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif //TUTORIAL_H
|
||||
|
||||
Reference in New Issue
Block a user