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
0a5b19864e914349deb2aa6c344c806b2d0b0bc9
bullet3
/
src
/
BulletCollision
History
ejcoumans
0a5b19864e
allow to use compression on btTriangleMesh
2007-03-12 23:19:02 +00:00
..
BroadphaseCollision
optional define for 32bit handles in Broadphase, which allows number of objects to exceed 32767
2007-03-12 20:14:29 +00:00
CollisionDispatch
fixed memory leak, thanks AshMcConnell for reporting!
2007-03-06 16:44:22 +00:00
CollisionShapes
allow to use compression on btTriangleMesh
2007-03-12 23:19:02 +00:00
NarrowPhaseCollision
- removed STL from the Bullet library: replace std::vector by btAlignedObjectArray. Also removed the std::set for overlapping pair set, and turned it into an overlapping pair array. The SAP only adds objects, never removed. Removal is postponed for during traversal of overlapping pairs (duplicates and non-overlapping pairs are removed during that traversal).
2007-03-06 09:59:17 +00:00
CMakeLists.txt
type in CMakeLists.txt
2006-11-18 03:35:26 +00:00
Doxyfile
First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
2006-09-25 08:58:57 +00:00
Jamfile
fixed jam 'install' to properly copy right headerfiles in the destination directory
2006-12-26 17:16:40 +00:00