aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/graphics.rs
AgeCommit message (Collapse)Author
2022-03-20Rename rigid-body `static` to `fixed`Sébastien Crozet
2022-01-23Add f64 testbedSébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-09Update the testbed to use bevy 0.6Sébastien Crozet
2021-10-14Remove debug printSébastien Crozet
2021-10-14Fix testbed rendering of colliders without parentSébastien Crozet
2021-07-08make collider Option<> on EntityWithGraphicsrezural
2021-07-08enable clear_graphics and run_callbacks aginrezural
update plugin signature to recieve bevy structs, add Arc<Mutex<>> around gfx_components, we we can get shared mutable access add prefab_meshes() access function Remove Arc<Mutex<>>
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien