created new Bullet 2 CPU BasicDemo, using the OpenGL 3 rendering. I will add picking soon. Hold ctrl/alt + mouse to move/zoom camera

remove reference to btGImpact (it is removed now)
This commit is contained in:
erwincoumans
2013-12-06 17:48:58 -08:00
parent bbb2c8a6f1
commit fca6d11381
16 changed files with 301 additions and 1671 deletions

View File

@@ -88,6 +88,8 @@
include "../Demos3/Wavefront"
include "../btgui/MultiThreading"
include "../btgui/OpenGLWindow"
include "../Demos3/ImplicitCloth"
include "../Demos3/SimpleOpenGL3"
@@ -107,7 +109,12 @@ include "../Demos3/SimpleOpenGL3"
-- include "../test/OpenCL/NarrowphaseCollision"
include "../test/OpenCL/ParallelPrimitives"
include "../test/OpenCL/RadixSortBenchmark"
include "../src/BulletDynamics"
include "../src/BulletCollision"
include "../src/LinearMath"
include "../Demos3/bullet2/BasicDemo"
include "../src/Bullet3Dynamics"
include "../src/Bullet3Common"