Jorrit Rouwe
|
193857e3c9
Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f)
|
6 months ago |
Jorrit Rouwe
|
7c3942d0eb
Added unit tests that tests PhysicsSettings::mMinVelocityForRestitution (#1406)
|
7 months ago |
Jorrit Rouwe
|
8ee0b44121
Fixed bodies gaining more energy than intended due to restitution (#1328)
|
9 months ago |
Jorrit Rouwe
|
f4a0723021
Added ScaleToMass function (#1326)
|
9 months ago |
Jorrit Rouwe
|
5a3935ee69
Ability to save and restore the simulation in parts (#1282)
|
10 months ago |
Jorrit Rouwe
|
19fbd9e031
Consistency fix: A few files were using spaces instead of tabs (#1171)
|
1 year ago |
Jorrit Rouwe
|
ff2217ed02
Fixed StaticCast and DynamicCast (#1135)
|
1 year ago |
Jorrit Rouwe
|
bdc1695a64
Replace std::vector with custom implementation (#1089)
|
1 year ago |
Jorrit Rouwe
|
3df3112f7b
Ran spellchecker over Samples, TestFramework and UnitTests
|
1 year ago |
Jorrit Rouwe
|
191536d51d
Allowed DOFs now work in world space for rotation (#931)
|
1 year ago |
Jorrit Rouwe
|
5337b184eb
Fixed bug when a body with limited DOFs collides with static (#840)
|
1 year ago |
Jorrit Rouwe
|
3695d1f418
Disabling speculative contacts for sensors (#829)
|
1 year ago |
Jorrit Rouwe
|
1939b95491
Added BodyInterface::SetUseManifoldReduction function (#782)
|
1 year ago |
Jorrit Rouwe
|
42edc090cc
Ability to save / restore the state of a single body (#664)
|
2 years ago |
Jorrit Rouwe
|
2d969f1cef
Ability to selectively save the state of a physics system (#646)
|
2 years ago |
Jorrit Rouwe
|
2dd3a033a4
Ability to specify which DOFs a body has (#602)
|
2 years ago |
Jorrit Rouwe
|
8fcc7a78ec
Removed support for integration sub steps for PhysicsSystem::Update (#593)
|
2 years ago |
Jorrit Rouwe
|
b40883585c
Fixed bug in friction approximation (#572)
|
2 years ago |
Jorrit Rouwe
|
d54df69aa0
Bugfix in speculative contact handling (#545)
|
2 years ago |
Jorrit Rouwe
|
45f147f700
Added error code return value to PhysicsSystem::Update (#504)
|
2 years ago |
Jorrit Rouwe
|
352550fdd5
Added user data for constraints (#475)
|
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
|
72f3a53268
Added ability to lock multiple physics systems without triggering assert (#405)
|
2 years ago |
Jorrit Rouwe
|
a2c1c22059
Supporting double precision positions to enable larger worlds (#344)
|
2 years ago |
Jorrit Rouwe
|
75b5180deb
Windows on ARM64 support (#317)
|
2 years ago |
Jorrit Rouwe
|
f89be7e063
Ability to split unassigning of a body ID from freeing the body (#291)
|
2 years ago |
Jorrit Rouwe
|
3e0cbeb804
Added BodyInterface::CreateBodyWithID to be able to keep BodyIDs consistent between client and server (#247)
|
2 years ago |
Jorrit Rouwe
|
c17147e8b8
Added unit test to validate position/rotation of body (#121)
|
3 years ago |
Jorrit Rouwe
|
bfd74a56c1
- Added new line to end of every file (#110)
|
3 years ago |
Jorrit Rouwe
|
06e9d17d38
Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106)
|
3 years ago |