bullet3/Extras
erwin.coumans 2998d2a8f3 Added ReadBlend, a data extraction API for Blender's .blend files
This can come in handy, to author physics data for Bullet from Blender, and directly get the physics data straight from the .blend file

Thanks a lot to Adam D. Moss, to digg up this code and make it available under the MIT license
It was mentioned several years ago in this thread:
http://archives.seul.org/linuxgames/Apr-2005/msg00002.html
2008-10-06 03:53:51 +00:00
..
AlgebraicCCD replaced btSimdMinMax.h by btMinMax.h in a few remaining places 2007-10-19 20:48:06 +00:00
AllBulletDemosOSX updated projectfiles for OSX demo 2008-09-05 01:43:25 +00:00
BulletColladaConverter made shape construction virtual, to allow destruction of memory of btCollisionShape 2008-10-04 01:11:40 +00:00
BulletMultiThreaded FIX: use btScalar instead of float, otherwise double precision build breaks 2008-10-02 01:17:18 +00:00
BulletX 2007-06-13 05:00:42 +00:00
CDTestFramework reverted back to newer btDbvtBroadphase, and applied Nathanael's fixes. 2008-09-13 08:06:39 +00:00
COLLADA_DOM + improved split impulse constraint solver option 2008-05-29 03:33:32 +00:00
ConvexDecomposition Fixed memory leaks in ConvexDecomposition and ColladaConverter libraries 2008-08-28 17:36:50 +00:00
CUDA Added CUDA link + usage info for btCudaBroadphase demo. 2008-09-04 23:28:49 +00:00
EPA replaced btSimdMinMax.h by btMinMax.h in a few remaining places 2007-10-19 20:48:06 +00:00
ExtraSolid35 Fix interface for comparison/integration files in alternative EPA solvers. 2007-02-21 21:00:16 +00:00
freeglut add freeglut (work in progress) 2007-12-14 01:46:49 +00:00
GIMPACT Improve damping formula in btRigidBody::applyDamping 2008-09-30 00:34:58 +00:00
GIMPACTUtils added CMake support for AllBulletDemos 2007-12-14 08:35:35 +00:00
glui need to include <windows.h> before glut.h (issue with glui.h) 2008-07-03 23:24:56 +00:00
GPUphysics 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
khx2dae add patch for Havok 5.5 to add COLLADA Physics conversion 2008-08-01 05:15:50 +00:00
LibXML + add dummy getcwd/getenv for PS3 compatibility 2008-07-28 23:15:43 +00:00
MayaPlugin Update MayaPlugin projectfiles, to compile for Maya 8.5, when available. If multiple Maya versions are installed, the include path order is Maya 2008 -> 8.5 -> 8.0 2008-10-02 01:29:10 +00:00
quickstep Calculation of bounding box: margins should be added before basis transform. 2008-09-04 22:53:24 +00:00
readblend Added ReadBlend, a data extraction API for Blender's .blend files 2008-10-06 03:53:51 +00:00
SATConvexCollision Replaced most STL std::vector with btAlignedObjectArray. 2006-12-06 04:22:36 +00:00
simdmathlibrary patch to allow building of SPU version 2007-08-21 03:41:42 +00:00
vectormathlibrary use newton-rapson iteration for more precise normalize() method 2008-02-28 07:11:29 +00:00
CMakeLists.txt exclude BulletMultiThreaded from 64-bit builds 2008-09-05 20:56:50 +00:00
Jamfile 2008-09-02 09:44:59 +00:00
Makefile.am Add libgimpact, libgimpactutils, libglui, libconvexdecomposition, soft body demo, all bullet demos to autotools build 2008-10-03 23:01:04 +00:00
test_BulletOde.cpp Refactoring: another huge number of changes, renamed methods to start with lower-case. 2006-09-28 01:11:16 +00:00