Jorrit Rouwe
|
7f45ffbe5b
CastSphereVsTriangles was processing more hits than needed, it was using 1 as an early out fraction rather than the one of the collector
|
3 жил өмнө |
jrouwe
|
a61dc67503
Specialized implementation for mutexes and shared mutexes for Platform Blue (#22)
|
3 жил өмнө |
Jorrit Rouwe
|
655e5618d5
mNumFreeObjects is only used for an assert, removing it when assertions are off
|
3 жил өмнө |
Jorrit Rouwe
|
856531eade
Sonar fix
|
3 жил өмнө |
jrouwe
|
f6fd4c8f74
Created optimized version of cast sphere vs triangle (#21)
|
3 жил өмнө |
jorrit
|
310a6ce358
Add nullptr check to fix crashing when using Cast/CollideConvexVsTriangles as standalone utilities
|
3 жил өмнө |
jrouwe
|
7092c71901
Added functionality to track narrow phase timing stats (#18)
|
3 жил өмнө |
jrouwe
|
0b73f96ce9
Added hello world example (#20)
|
3 жил өмнө |
jrouwe
|
e2bbdda911
Performance optimizations (#17)
|
3 жил өмнө |
Jorrit Rouwe
|
e907163699
Updated link to documentation to point to generated documentation
|
3 жил өмнө |
Jorrit Rouwe
|
42c7751448
Building Doxygen documentation to github pages
|
3 жил өмнө |
jrouwe
|
de02c78a04
Integrate velocities happens in parallel now (#16)
|
3 жил өмнө |
Jorrit Rouwe
|
0d0cd36305
Sonar fixes
|
3 жил өмнө |
Jorrit Rouwe
|
d90e396a7d
sonar fix
|
3 жил өмнө |
jrouwe
|
4f87ec71da
sonar fixes (#15)
|
3 жил өмнө |
Jorrit Rouwe
|
b36bb000c6
Merge branch 'master' of github.com:jrouwe/JoltPhysics
|
3 жил өмнө |
Jorrit Rouwe
|
2581703ca7
Attempt to generate coverage report for Jolt
|
3 жил өмнө |
erwincoumans
|
3f61878478
add override for constructor (Werror breaks clang visual studio 2019 build) (#14)
|
3 жил өмнө |
jrouwe
|
6d5cafd535
Removed RTTI from shapes and shape type a member to eventually make it possible to remove vfptr table and blit a shape into memory (#13)
|
3 жил өмнө |
Jorrit Rouwe
|
b811308e92
Reduced size of heightfield when all samples are 'no collision'
|
4 жил өмнө |
Jorrit Rouwe
|
1a86ede97a
Reserving memory in sRestoreWithChildren
|
4 жил өмнө |
Jorrit Rouwe
|
e5aa8fc3dc
Changed unordered_map -> vector in the binary restore functions to reduce the amount of allocations
|
4 жил өмнө |
Jorrit Rouwe
|
b1ebd82008
Trying to avoid additional memory allocations
|
4 жил өмнө |
jrouwe
|
b8953791f3
Changed RestoreMaterialState and RestoreSubShapeState to use pointers instead of vectors to allow loading shapes with fewer memory allocations (#12)
|
4 жил өмнө |
jrouwe
|
42402dfec4
Decompressing per block to avoid recalculating the scale and offset many times (#11)
|
4 жил өмнө |
jrouwe
|
9e37417156
Heightfield size optimizations (#10)
|
4 жил өмнө |
Jorrit Rouwe
|
97f982b5e6
Ability to override the compiler
|
4 жил өмнө |
Jorrit Rouwe
|
77d96f53d7
Bugfix: Avoiding division by zero
|
4 жил өмнө |
jrouwe
|
ef371411af
Made amount of mutexes in the mutex array dependent on the amount of CPU cores (#9)
|
4 жил өмнө |
jorrit
|
20e63053da
Added profile statement
|
4 жил өмнө |