mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-24 06:59:19 +00:00
set a default camera targets for each demo. note that it is only reset when switching to a different demo, so you can restart at your chosen location. no OpenCL pairbench drawing in OpenGL2 (there is no VBO available etc)
7 lines
198 B
C++
7 lines
198 B
C++
#ifndef CONSTAINT_PHYSICS_SETUP_H
|
|
#define CONSTAINT_PHYSICS_SETUP_H
|
|
|
|
class CommonExampleInterface* ConstraintCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //CONSTAINT_PHYSICS_SETUP_H
|