Module avian3d::debug_render
source · Expand description
Renders physics objects and properties for debugging purposes.
See PhysicsDebugPlugin
.
Structs§
- A component for the debug render configuration of an entity. See
PhysicsDebugPlugin
. - A plugin that renders physics objects and properties for debugging purposes. It is not enabled by default and must be added manually.
- Gizmos used for debug rendering physics. See
PhysicsDebugPlugin
Enums§
- The scale used for contact normals rendered using gizmos.
Traits§
- An extension trait for
Gizmos<PhysicsGizmo>
.