Files
bullet3/examples/Collision/CollisionTutorialBullet2.h
erwin coumans 3d9218e07d Add plane shape and profile timing support in examples/Collide
Use View/Profiler in example browser, in optimized build/Release mode
and look for plCollideWorld
2015-10-20 18:30:43 -07:00

15 lines
342 B
C++

#ifndef COLLISION_TUTORIAL_H
#define COLLISION_TUTORIAL_H
enum EnumCollisionTutorialTypes
{
TUT_SPHERE_SPHERE_BULLET2=0,
TUT_SPHERE_PLANE_BULLET2,
TUT_SPHERE_SPHERE_RTB3,
TUT_SPHERE_PLANE_RTB3,
};
class CommonExampleInterface* CollisionTutorialBullet2CreateFunc(struct CommonExampleOptions& options);
#endif //COLLISION_TUTORIAL_H