This website requires JavaScript.
Explore
Help
Sign In
Bart
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
fca6d1138138d4e8a6fb1f1423eec21154aeefce
bullet3
/
src
/
BulletDynamics
/
Dynamics
History
erwincoumans
fca6d11381
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)
2013-12-06 17:48:58 -08:00
..
btActionInterface.h
fix build for Intel Compiler 11.1 -> move static ::getFixedBody method from header to cpp file.
2010-09-08 00:38:15 +00:00
btDiscreteDynamicsWorld.cpp
fix double precision, and remove alloca
2013-10-24 18:31:27 +00:00
btDiscreteDynamicsWorld.h
add "latency motion state interpolation", using previous frame/current, instead of current->next
2013-10-24 00:13:43 +00:00
btDynamicsWorld.h
Don't pass along unused btStackAlloc everywhere. The API change might user code (derived classes with the old virtual method are not called anymore)
2013-05-08 22:45:35 +00:00
btRigidBody.cpp
fix kinematic objects, see Issue 652
2012-09-20 03:32:52 +00:00
btRigidBody.h
add an update revision, to make it easier to sync with Bullet 3.x
2013-06-19 01:00:42 +00:00
btSimpleDynamicsWorld.cpp
Don't pass along unused btStackAlloc everywhere. The API change might user code (derived classes with the old virtual method are not called anymore)
2013-05-08 22:45:35 +00:00
btSimpleDynamicsWorld.h
remove btContinuousDynamicsWorld, it is obsolete and was never completed.
2011-09-15 18:47:13 +00:00