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
30e1c5652089c61bc430aad9ae077401206164d2
bullet3
/
Demos
/
BspDemo
History
ejcoumans
127d911c9d
Added Stan Melax Convex Hull utility under Zlib license, Thanks Stan!
...
Use this Convex Hull to create a renderable shape, using btHullShape, Thanks to John McCutchan
2008-01-23 22:24:45 +00:00
..
BspConverter.cpp
- 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
BspConverter.h
- 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
BspDemo.cpp
First commit of 2008, Happy New Year!
2008-01-03 04:42:00 +00:00
BspDemo.h
cleanup memory in CcdPhysicsDemo, RagdollDemo, ConcaveDemo, BspDemo (work in progress)
2007-11-01 05:50:50 +00:00
BspLoader.cpp
- 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
BspLoader.h
- 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
updated cmake build
2007-10-21 05:17:28 +00:00
Jamfile
updated build systems/GPU_physics for Mac OS X
2006-12-08 22:04:02 +00:00
main.cpp
Added Stan Melax Convex Hull utility under Zlib license, Thanks Stan!
2008-01-23 22:24:45 +00:00