Module render

Source
Expand description

The debug-renderer.

Structs§

ColliderDebugColor
The color of a collider when using the debug-renderer.
DebugRenderContext
Context to control some aspect of the debug-renderer after initialization.
DebugRenderMode
Flags indicating what part of the physics engine should be rendered by the debug-renderer.
DebugRenderStyle
Style used for computing colors when rendering the scene.
RapierDebugRenderPlugin
Plugin rensponsible for rendering (using lines) what Rapier “sees” when performing its physics simulation. This is typically useful to check proper alignment between colliders and your own visual assets.

Enums§

ColliderDebug
Overrides the global DebugRenderContext for a single collider.