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
1b6a4e1285a00d0a940ebb10ad873e6ad6711d7a
bullet3
/
Demos
/
BspDemo
History
erwin.coumans
f4c4e91904
more cmake fixes
2009-11-17 03:03:27 +00:00
..
BspConverter.cpp
Minor fixes to keep trunk compiling, while doing the refactoring.
2008-12-01 07:24:39 +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
updated demos -> ALT + mouse uses Maya-style controls, replaced BMF_Fonts by GLDebugFont
2009-05-09 19:27:14 +00:00
BspDemo.h
updated demos -> ALT + mouse uses Maya-style controls, replaced BMF_Fonts by GLDebugFont
2009-05-09 19:27:14 +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 obsolete btPoint3: use btVector3 instead
2008-10-27 19:56:48 +00:00
CMakeLists.txt
more cmake fixes
2009-11-17 03:03:27 +00:00
Jamfile
updated build systems/GPU_physics for Mac OS X
2006-12-08 22:04:02 +00:00
main.cpp
Fix issues with btSortedOverlappingPairCache, both for btAxisSweep3 and btDbvtBroadphase.
2009-02-09 22:57:52 +00:00