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
a45912e39ce11d08ac98c8d07e40b28d17f2d0d1
bullet3
/
Demos
/
BspDemo
History
ejcoumans
f1be4ab221
only update aabb of active objects, thanks Peter Tchernev for reporting (
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1764
)
...
move debug aabb rendering from updateAabb to debugDrawWorld
2007-12-10 02:18:38 +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
only update aabb of active objects, thanks Peter Tchernev for reporting (
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1764
)
2007-12-10 02:18:38 +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
updated demos to show debug display with new AllBulletDemos (AllInOne),
2007-10-25 07:07:12 +00:00