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
25c5d0d57ae869a2275f940f94e735eb46d66bd4
bullet3
/
Extras
/
BulletMultiThreaded
/
SpuNarrowPhaseCollisionTask
History
erwin.coumans
64df6edf39
reverted DISABLE_CELL_DMA_READ_ONLY
...
commented out printf
2008-04-01 00:29:21 +00:00
..
readme.txt
Added multi-threaded collision detection. Original code is written for Cell SPU, but wrappers are provided to run on multi-core using Win32 Threads.
2007-06-13 01:04:43 +00:00
SpuCollisionShapes.cpp
reverted DISABLE_CELL_DMA_READ_ONLY
2008-04-01 00:29:21 +00:00
SpuCollisionShapes.h
Initial work on batch raycast support.
2008-01-08 23:38:33 +00:00
SpuContactResult.cpp
fixes to compile/share more code between SPU and PPU
2008-02-01 03:35:54 +00:00
SpuContactResult.h
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuConvexPenetrationDepthSolver.h
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuGatheringCollisionTask.cpp
IBM CELL SDK 3.0 fixes
2008-02-28 00:07:00 +00:00
SpuGatheringCollisionTask.h
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuGjkPairDetector.cpp
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuGjkPairDetector.h
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
SpuLocalSupport.h
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuMinkowskiPenetrationDepthSolver.cpp
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuMinkowskiPenetrationDepthSolver.h
Refactored SpuGatheringCollisionTask to use code in SpuCollisionShapes.
2008-01-14 23:44:07 +00:00
SpuPreferredPenetrationDirections.h
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
SpuVoronoiSimplexSolver.cpp
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
SpuVoronoiSimplexSolver.h
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
readme.txt
Empty placeholder for future Libspe2 SPU task