.. |
AllBulletDemos
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
BasicDemo
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
BspDemo
|
Added Stan Melax Convex Hull utility under Zlib license, Thanks Stan!
|
2008-01-23 22:24:45 +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
|
missing return in main.cpp
|
2008-02-05 06:14:51 +00:00 |
CellSpuDemo
|
Fixes for IBM Cell SDK 3.0 by Jochen Roth
|
2007-12-11 19:49:09 +00:00 |
ColladaDemo
|
moved implementation from ColladaDemo into ColladaConverter, so that it can be used without change with any btDynamicsWorld.
|
2008-02-08 23:46:37 +00:00 |
CollisionDemo
|
Fixes for IBM Cell SDK 3.0 by Jochen Roth
|
2007-12-11 19:49:09 +00:00 |
CollisionInterfaceDemo
|
refreshContactPoints() is not needed anymore, it is already done inside collisionWorld->performDiscreteCollisionDetection();
|
2007-11-17 17:25:38 +00:00 |
ConcaveConvexcastDemo
|
error C2374: 'i' : redefinition; multiple initialization
|
2008-02-05 05:55:25 +00:00 |
ConcaveDemo
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
ConcaveRaycastDemo
|
error C2374: 'i' : redefinition; multiple initialization
|
2008-02-05 05:55:25 +00:00 |
ConstraintDemo
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +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
|
use btHullShape/btConvexHull to reduce vertices in a convex hull. Perhaps we always use this, to avoid convex objects with too many vertices...?
|
2008-01-24 01:35:34 +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
|
error C2374: 'i' : redefinition; multiple initialization
|
2008-02-05 05:55:25 +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
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
GimpactTestDemo
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
GjkConvexCastDemo
|
fixed cmake/jam for HelloWorld sample
|
2007-12-15 02:42:33 +00:00 |
HelloWorld
|
- Added btRigidBodyConstructionInfo, to make it easier to set individual setting (and leave other untouched) during rigid body construction.
|
2007-12-17 04:26:36 +00:00 |
MovingConcaveDemo
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
MultiThreadedDemo
|
error C2374: 'i' : redefinition; multiple initialization
|
2008-02-05 05:55:25 +00:00 |
OpenGL
|
fixed minor graphics issues, related to recent camera initialization changes
|
2008-02-07 08:49:29 +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
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
Raytracer
|
- Added btRigidBodyConstructionInfo, to make it easier to set individual setting (and leave other untouched) during rigid body construction.
|
2007-12-17 04:26:36 +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
|
First commit of 2008, Happy New Year!
|
2008-01-03 04:42:00 +00:00 |
VehicleDemo
|
fixed minor graphics issues, related to recent camera initialization changes
|
2008-02-07 08:49:29 +00:00 |
CMakeLists.txt
|
Added ConvexDecompositionDemo to CMakeLists.txt
|
2008-02-05 18:57:49 +00:00 |
Jamfile
|
fixed cmake/jam for HelloWorld sample
|
2007-12-15 02:42:33 +00:00 |