shards
shards copied to clipboard
Add Jolt physics
Know issues:
- Adjusting a body on the same frame as enabling/creating has no effect, e.g.
Physics.Body(...) Once({ Physics.ApplyVelocity(...) })
(I plan to change this) - Physics constraint properties can not be changed after the constraint is created (have to disable/enable)