Jorrit Rouwe
|
98d9b4e130
Added function to update the materials of a height field (#934)
|
1 year ago |
Jorrit Rouwe
|
acd31abf51
Added support for a vertex radius for soft bodies. (#879)
|
1 year ago |
Jorrit Rouwe
|
e1e61bb636
Fixed some trailing whitespace that snuck in again
|
1 year ago |
Jorrit Rouwe
|
8ad7c87006
Removed the need for specifying -Wno-comment when compiling with GCC (#762)
|
1 year ago |
Jorrit Rouwe
|
515933138c
Added ability to update a height field after creation (#732)
|
1 year ago |
Jorrit Rouwe
|
9a279e7d16
Jobified the soft body update (#716)
|
1 year ago |
Jorrit Rouwe
|
12adfda962
Made active edge threshold angle configurable (#670)
|
2 years ago |
Jorrit Rouwe
|
b633686c35
Support for non-power of 2 height fields (#659)
|
2 years ago |
Jorrit Rouwe
|
6d215530d3
Fixed typo in comment
|
2 years ago |
Jorrit Rouwe
|
ad3ca18e63
Fixed soft body collision vs scaled shapes (#655)
|
2 years ago |
Jorrit Rouwe
|
5c9f7a6043
Soft body physics support (#644)
|
2 years ago |
Jorrit Rouwe
|
8dd6ecc75f
Bugfix: Heightfield vs convex was not filled in in collision dispatch table
|
2 years ago |
Jorrit Rouwe
|
d1a62866ef
Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration
|
2 years ago |
Jorrit Rouwe
|
bc4fa997f1
Passing the shapes that are colliding into the ShapeFilter (#474)
|
2 years ago |
Jorrit Rouwe
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 years ago |
Jorrit Rouwe
|
6cce032005
Fixed all functionality hidden under a debug macro in double precision mode (#379)
|
2 years ago |
Jorrit Rouwe
|
a2c1c22059
Supporting double precision positions to enable larger worlds (#344)
|
2 years ago |
Jorrit Rouwe
|
5ad6a803bf
Made GetSupportingFace available for all shape types (#286)
|
2 years ago |
Jorrit Rouwe
|
b68097f582
Ability to override memory allocations (#183)
|
3 years ago |
Jorrit Rouwe
|
eb8f668a23
Added optional shape filter function to multiple query functions (#168)
|
3 years ago |
Jorrit Rouwe
|
8456ffa4e5
alloca -> JPH_STACK_ALLOC
|
3 years ago |
Jorrit Rouwe
|
bfd74a56c1
- Added new line to end of every file (#110)
|
3 years ago |
Jorrit Rouwe
|
8b62fa04c4
Disabled warnings now stay within the Jolt headers (#108)
|
3 years ago |
Jorrit Rouwe
|
06e9d17d38
Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106)
|
3 years ago |
Jorrit Rouwe
|
0e3f28e61b
Version of UVec4::sSort4True that is faster (#40)
|
3 years ago |
Jorrit Rouwe
|
41471b4016
Collision detection optimizations (#36)
|
3 years ago |
erwincoumans
|
eddf6cf20d
fix warning (#29)
|
3 years ago |
jrouwe
|
85d1d10727
CollidePoint tests (#24)
|
3 years ago |
jrouwe
|
2aa3b443bf
HeightField: Leaf shapes will now at run-time do one more grid subdivision (#23)
|
3 years ago |
jrouwe
|
f6fd4c8f74
Created optimized version of cast sphere vs triangle (#21)
|
3 years ago |