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
6dff743d68da0fb1e1effba50c213985ca9b219c
bullet3
/
Extras
/
BulletMultiThreaded
/
SpuNarrowPhaseCollisionTask
History
ejcoumans
6dff743d68
Cleanup some #defines in parallel collision detector, add conditional freeglut support to return from glutMainLoop.
2007-12-15 00:40:34 +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
SpuContactResult.cpp
Fix friction and restitution in BulletMultiThreaded (collision detection and parallel solver)
2007-12-12 03:41:35 +00:00
SpuContactResult.h
Fix friction and restitution in BulletMultiThreaded (collision detection and parallel solver)
2007-12-12 03:41:35 +00:00
SpuConvexPenetrationDepthSolver.h
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
SpuGatheringCollisionTask.cpp
Cleanup some #defines in parallel collision detector, add conditional freeglut support to return from glutMainLoop.
2007-12-15 00:40:34 +00:00
SpuGatheringCollisionTask.h
updated BulletMultiThreaded Libspe2 version, it now runs parallel collision detection properly on IBM Cell SDK 2.1, with Playstation 3 Linux on SPUs.
2007-10-15 05:45:12 +00:00
SpuGjkPairDetector.cpp
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +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
BulletMultiThreaded needs to refreshContactPoint for contact manifold (this has been moved to the collision detector, instead of constraint solver)
2007-10-14 01:51:07 +00:00
SpuMinkowskiPenetrationDepthSolver.cpp
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +00:00
SpuMinkowskiPenetrationDepthSolver.h
Added libspe2 parallel Cell SPE support contribution by IBM Germany 'Extreme Blue' project:
2007-09-26 23:43:51 +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