dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.8k stars 236 forks source link

Can testbed visualize coordinate systems? #539

Closed alexgoto closed 5 months ago

alexgoto commented 9 months ago

Can testbed visualize coordinate systems?

As a reference from unreal https://www.techarthub.com/wp-content/uploads/ue4-axis-example.webp

sebcrozet commented 5 months ago

The testbed is mainly designed for testing, and showcasing Rapier features. It is not intended to provide rendering features for other usages. That being said, the debug-renderer will display the local coordinate systems of each rigid-body. But that doesn’t look anywhere as good as in the picture you linked (it just renders three thin links).