Files
Mujoco_WASM/test/user/testdata/inertia_shell.xml
T
Tom Power 89253d957d Changes to inertia inference from meshes.
PiperOrigin-RevId: 726051033
Change-Id: I6edfc118280d103a2dd9d07f29f0094858769761
2025-02-12 07:43:13 -08:00

12 lines
226 B
XML

<mujoco>
<compiler/>
<asset>
<mesh file="cube.obj" name="hollow_cube" inertia="shell"/>
</asset>
<worldbody>
<body>
<geom type="mesh" mesh="hollow_cube" density="1"/>
</body>
</worldbody>
</mujoco>