Jorrit Rouwe
|
ed906d25a8
Added document on CPU scaling.
|
3 years ago |
Jorrit Rouwe
|
2a58a8f77b
Reducing number of solver iterations
|
3 years ago |
jorrit
|
5a4bdd824a
Fixed compiler warning under VS2019
|
3 years ago |
Jorrit Rouwe
|
41471b4016
Collision detection optimizations (#36)
|
3 years ago |
Jorrit Rouwe
|
3c403d17a6
Combine Body and MotionProperties in 1 allocation (#35)
|
3 years ago |
Jorrit Rouwe
|
52170e932d
Optimized contact constraint properties calculation (#34)
|
3 years ago |
Jorrit Rouwe
|
4f575e132d
Added OptimizeBroadPhase example.
|
3 years ago |
Jorrit Rouwe
|
e3955f1b3f
Added GetPointVelocityCOM and using it to avoid checking that the body is static twice (#33)
|
3 years ago |
Jorrit Rouwe
|
7457d6b2ce
GetSleepTestPoints was doing 2x quaternion * vector, cheaper is to convert to matrix once (#32)
|
3 years ago |
Jorrit Rouwe
|
670c151b7b
Further clarified folder structure.
|
3 years ago |
Jorrit Rouwe
|
cb95482dd2
Added information on folder structure
|
3 years ago |
Jorrit Rouwe
|
91c9626faf
ConvexVsMesh test runs 5% faster by reducing the amount of branches in the inner loop of the contact solver
|
3 years ago |
Jorrit Rouwe
|
bc60af328b
Added comments.
|
3 years ago |
Jorrit Rouwe
|
377931cd27
Made ConvexVsMesh performance test 5% faster
|
3 years ago |
Jorrit Rouwe
|
b5c0dc2ea9
Added ability to dump narrow phase stats for performance test
|
3 years ago |
Jorrit Rouwe
|
e514f17b59
typo in comment
|
3 years ago |
erwincoumans
|
eddf6cf20d
fix warning (#29)
|
3 years ago |
Jorrit Rouwe
|
a92289d6f7
- JoltRecording -> jor in gitignore file
|
3 years ago |
Jorrit Rouwe
|
b8f3e7c5c8
- Ability to record per frame timing information
|
3 years ago |
jrouwe
|
0f9972d8c0
Added a 2nd scene to the performance test - convex shapes falling on a mesh (#28)
|
3 years ago |
jrouwe
|
76912c7d90
Added DebugRendererRecorder and JoltViewer, can be used to record and playback the drawn physics world (#27)
|
3 years ago |
Jorrit Rouwe
|
3f5479de0b
Fixed failing unit test FlushDenormalsTests in release mode for ARM, the input was accidentally marked as an output and optimized away
|
3 years ago |
Jorrit Rouwe
|
2e13314a26
PerformanceTest now creates named profile dumps
|
3 years ago |
Jorrit Rouwe
|
ae3a96900d
Made colors in Color::sGetDistinctColor constexpr to avoid static initialization order issues when determining the colors for the various physics jobs
|
3 years ago |
jrouwe
|
3fbc103965
Improved contact cache scaling across multiple cores (#26)
|
3 years ago |
Jorrit Rouwe
|
25c31638a2
- Turn sleeping off
|
3 years ago |
Jorrit Rouwe
|
50cda0ceba
Merge branch 'master' of github.com:jrouwe/JoltPhysics
|
3 years ago |
Jorrit Rouwe
|
867cfe51ca
Fixing the amount of iterations to 500 to get a better comparison across platforms
|
3 years ago |
jorrit
|
7bf570595b
Return 0 when requesting user data of an invalid sub shape ID
|
3 years ago |
jrouwe
|
23c1b9d902
Added performance test app (#25)
|
3 years ago |