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
34699f6de63f57e02f37f322da9d99fa8616b919
bullet3
/
Demos
/
BspDemo
History
erwin.coumans
33029ad996
updated demos -> ALT + mouse uses Maya-style controls, replaced BMF_Fonts by GLDebugFont
...
fix debug drawing of btMultiSphereShape added box2d demo added experimental gpu 2d demo
2009-05-09 19:27:14 +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
updated CMake support: remove Lib prefix, to facilitate Apple Framework support, add App prefix for demos
2008-11-06 06:54:35 +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