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
f5704d59816b44c7f5ddc01d2cc34668bff80ddc
bullet3
/
src
/
BulletMultiThreaded
/
SpuNarrowPhaseCollisionTask
History
erwin.coumans
fe3cfe56b6
fix unaligned data issue, see Issue 657
2012-10-10 06:35:32 +00:00
..
Box.h
fix some compatibility issues between Bullet / PE / vectormath, introduced a few commits ago
2011-01-07 20:29:34 +00:00
boxBoxDistance.cpp
Several changes to sync Bullet trunk with PlayStation 3 spubullet version
2010-07-08 17:02:38 +00:00
boxBoxDistance.h
Several changes to sync Bullet trunk with PlayStation 3 spubullet version
2010-07-08 17:02:38 +00:00
readme.txt
minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, default constraint debugging size set to 0.3,
2009-02-18 22:52:03 +00:00
SpuCollisionShapes.cpp
Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks to Jordan Hubbard, Ian Ollmann and Hristo Hristov.
2012-06-07 00:56:30 +00:00
SpuCollisionShapes.h
Add PPU fallback for btCompoundShape that have more child shapes than MAX_SPU_COMPOUND_SUBSHAPES (default 16, see SpuNarrowPhaseCollisionTask/SpuCollisionShapes.h)
2010-05-12 23:06:48 +00:00
SpuContactResult.cpp
use getContactBreakingThreshold in SpuContactResult.cpp
2012-02-29 02:17:39 +00:00
SpuContactResult.h
use _WIN32 instead of WIN32 (_WIN32 is a compiler built-in)
2010-02-06 18:50:45 +00:00
SpuConvexPenetrationDepthSolver.h
use #include "BulletHeaders.h" instead of #include <BulletHeader.h>
2010-02-04 20:37:06 +00:00
SpuGatheringCollisionTask.cpp
fix unaligned data issue, see Issue 657
2012-10-10 06:35:32 +00:00
SpuGatheringCollisionTask.h
better fix for memory issue of BulletMultiThreaded
2012-09-09 21:25:00 +00:00
SpuLocalSupport.h
moved Extras/Gimpact to src/BulletCollision/Gimpact
2008-10-10 19:48:36 +00:00
SpuMinkowskiPenetrationDepthSolver.cpp
Override btCollisionWorld::addCollisionObject with flags more appropriate for btDynamicsWorld (StaticFilter)
2009-09-09 22:49:43 +00:00
SpuMinkowskiPenetrationDepthSolver.h
Override btCollisionWorld::addCollisionObject with flags more appropriate for btDynamicsWorld (StaticFilter)
2009-09-09 22:49:43 +00:00
SpuPreferredPenetrationDirections.h
moved Extras/Gimpact to src/BulletCollision/Gimpact
2008-10-10 19:48:36 +00:00
readme.txt
Empty placeholder for future Libspe2 SPU task