FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 339 forks source link

Add ability to perform convex shape casting in physics #590

Closed mrDIMAS closed 3 months ago

mrDIMAS commented 5 months ago

This functionality exists in the physics backend (Rapier), but does not exposed from the public API. Add this functionality to impl PhysicsWorld in src\scene\graph\physics.rs and to 2D physics in src\scene\dim2\physics.rs as well.