Renders debug overlays for MuJoCo simulation elements — geom wireframes, site markers, joint axes, contact forces, center of mass, and more.Documentation Index
Fetch the complete documentation index at: https://dadd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Props
Show wireframe outlines of collision geoms.
Show MuJoCo sites as small octahedrons.
Show joint axes as colored arrows.
Show contact force vectors as arrows.
Show center of mass markers for each body.
Show inertia ellipsoids.
Show tendon paths.
Color for wireframe geoms.
Color for site markers.
Color for contact force arrows.
Color for center of mass markers.
How It Works
- Static geometry (geoms, sites, joints) is created once when the model loads
- Positions are updated every frame using preallocated temp vectors to minimize GC pressure
- Contact arrows use a pre-created pool of 50
ArrowHelperobjects — they are shown/hidden and repositioned each frame rather than created and disposed