.. |
AllBulletDemos
|
added new demos to build system, fixed timing report (is in milliseconds -> ms)
|
2007-12-06 03:05:57 +00:00 |
BasicDemo
|
added hierarchical profiling (needs more cleanup)
|
2007-11-21 03:00:40 +00:00 |
BspDemo
|
cleanup memory in CcdPhysicsDemo, RagdollDemo, ConcaveDemo, BspDemo (work in progress)
|
2007-11-01 05:50:50 +00:00 |
BulletDinoDemo
|
made 'calculateLocalInertia' const, thanks to cgripeos, see http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1514
|
2007-10-13 23:41:37 +00:00 |
CcdPhysicsDemo
|
Fixed issues that prevent Linux version to compile. Thanks to Enrico for reporting and patch, see
|
2007-12-04 02:22:05 +00:00 |
CellSpuDemo
|
updated/added Cell SPU demo for IBM Cell SDK
|
2007-10-03 00:37:16 +00:00 |
ColladaDemo
|
re-organized memory (stack and pool) allocators. this lets the user pass in their own memory allocators.
|
2007-10-20 02:23:39 +00:00 |
CollisionDemo
|
updated IBM Cell SDK makefiles
|
2007-08-18 16:45:06 +00:00 |
CollisionInterfaceDemo
|
refreshContactPoints() is not needed anymore, it is already done inside collisionWorld->performDiscreteCollisionDetection();
|
2007-11-17 17:25:38 +00:00 |
ConcaveConvexcastDemo
|
- fix issue with convex cast: results further away (larger hitfraction) could overwrite closer results
|
2007-12-06 02:54:29 +00:00 |
ConcaveDemo
|
cleanup memory in CcdPhysicsDemo, RagdollDemo, ConcaveDemo, BspDemo (work in progress)
|
2007-11-01 05:50:50 +00:00 |
ConcaveRaycastDemo
|
Added ConcaveRaycastDemo, thanks to John Rowe (JMC) for the contribution!
|
2007-11-30 20:38:47 +00:00 |
ConstraintDemo
|
updated demos to show debug display with new AllBulletDemos (AllInOne),
|
2007-10-25 07:07:12 +00:00 |
ContinuousConvexCollision
|
Contribution to add optional double precision floating point support. Define BT_USE_DOUBLE_PRECISION for all involved libraries/apps.
|
2006-12-16 05:51:30 +00:00 |
ConvexDecompositionDemo
|
added hierarchical profiling (needs more cleanup)
|
2007-11-21 03:00:40 +00:00 |
ConvexHullDistance
|
Refactoring: another huge number of changes, renamed methods to start with lower-case.
|
2006-09-28 01:11:16 +00:00 |
DoublePrecisionDemo
|
re-organized memory (stack and pool) allocators. this lets the user pass in their own memory allocators.
|
2007-10-20 02:23:39 +00:00 |
DynamicControlDemo
|
fixed issue with fixed rigid bodies: need to create with mass == 0
|
2007-12-06 04:44:04 +00:00 |
EPAPenDepthDemo
|
made 'calculateLocalInertia' const, thanks to cgripeos, see http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1514
|
2007-10-13 23:41:37 +00:00 |
ForkLiftDemo
|
prepared to add BulletDino, and made ForkLiftDemo compile (no functionality yet)
|
2006-10-29 06:34:58 +00:00 |
GenericJointDemo
|
re-organized memory (stack and pool) allocators. this lets the user pass in their own memory allocators.
|
2007-10-20 02:23:39 +00:00 |
GimpactTestDemo
|
updated demos to show debug display with new AllBulletDemos (AllInOne),
|
2007-10-25 07:07:12 +00:00 |
GjkConvexCastDemo
|
updated demos to show debug display with new AllBulletDemos (AllInOne),
|
2007-10-25 07:07:12 +00:00 |
MovingConcaveDemo
|
re-organized memory (stack and pool) allocators. this lets the user pass in their own memory allocators.
|
2007-10-20 02:23:39 +00:00 |
OpenGL
|
added new demos to build system, fixed timing report (is in milliseconds -> ms)
|
2007-12-06 03:05:57 +00:00 |
OpenPL_Demo
|
added first draft of C-API, btConvexHullShape takes float* instead of btPoint*, added getGravity to btRigidBody
|
2006-10-11 06:07:14 +00:00 |
RagdollDemo
|
Bugfix: allow btCollisionObjects (non-btRigidBody) to interact properly with btRigidBody for cache-friendly btSequentialImpulseConstraintSolver.
|
2007-11-28 03:17:09 +00:00 |
Raytracer
|
updated Raytracer demo, to enable non-world ray test
|
2007-10-26 21:40:57 +00:00 |
SimplexDemo
|
Contribution to add optional double precision floating point support. Define BT_USE_DOUBLE_PRECISION for all involved libraries/apps.
|
2006-12-16 05:51:30 +00:00 |
UserCollisionAlgorithm
|
re-organized memory (stack and pool) allocators. this lets the user pass in their own memory allocators.
|
2007-10-20 02:23:39 +00:00 |
VehicleDemo
|
added hierarchical profiling (needs more cleanup)
|
2007-11-21 03:00:40 +00:00 |
CMakeLists.txt
|
update version, cmake, ColladaDemo
|
2007-09-13 07:54:57 +00:00 |
Jamfile
|
updated GimpactTestDemo into AllBulletDemos
|
2007-10-24 02:00:27 +00:00 |