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
87df3d0f3233c045ad6703c23337d95c2432c7c8
bullet3
/
Extras
/
BulletMultiThreaded
/
SpuNarrowPhaseCollisionTask
History
ejcoumans
fa2be67e8a
added preferred direction, to improve penetration depth quality (better matching collision normal) for triangle meshes.
2007-08-22 01:09:48 +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
BulletMultiThreaded (SPU/multi-core): added compound shape support and concave-convex (swapped case). Thanks to Marten Svanfeldt
2007-08-02 20:16:58 +00:00
SpuContactResult.h
BulletMultiThreaded (SPU/multi-core): added compound shape support and concave-convex (swapped case). Thanks to Marten Svanfeldt
2007-08-02 20:16:58 +00:00
SpuConvexPenetrationDepthSolver.h
put proper ZLib license on top of the files
2007-06-13 05:21:34 +00:00
SpuGatheringCollisionTask.cpp
- added 'init' function for DoubleBuffer, in case constructor is not called.
2007-08-15 04:16:25 +00:00
SpuGatheringCollisionTask.h
put proper ZLib license on top of the files
2007-06-13 05:21:34 +00:00
SpuGjkPairDetector.cpp
updated multi threading shared code on multiple platforms.
2007-06-15 02:06:56 +00:00
SpuGjkPairDetector.h
put proper ZLib license on top of the files
2007-06-13 05:21:34 +00:00
SpuLocalSupport.h
Added better support for btUniformScalingShape, by moving some data that is not shared from btConvexShape to btConvexInternalShape. This reduces the sizeof btUniformScalingShape to 16 bytes (from 64).
2007-07-28 21:10:21 +00:00
SpuMinkowskiPenetrationDepthSolver.cpp
added preferred direction, to improve penetration depth quality (better matching collision normal) for triangle meshes.
2007-08-22 01:09:48 +00:00
SpuMinkowskiPenetrationDepthSolver.h
put proper ZLib license on top of the files
2007-06-13 05:21:34 +00:00
SpuPreferredPenetrationDirections.h
added preferred direction, to improve penetration depth quality (better matching collision normal) for triangle meshes.
2007-08-22 01:09:48 +00:00
SpuVoronoiSimplexSolver.cpp
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
SpuVoronoiSimplexSolver.h
updated multithreaded version for concave trimeshes
2007-06-13 22:25:37 +00:00
readme.txt
Empty placeholder for future Libspe2 SPU task