Files
Mujoco_WASM/test/experimental/usd/plugins/mjcf/testdata/mesh_obj.xml
T
Google DeepMind 644b42bee3 Add mujoco/experimental and move USD work there.
PiperOrigin-RevId: 740730698
Change-Id: If9c68798cda502d6d7632906a034437e2557802e
2025-03-26 05:37:45 -07:00

11 lines
219 B
XML

<mujoco model="mesh test">
<asset>
<mesh name="mesh" file="meshes/tetrahedron.obj"/>
</asset>
<worldbody>
<body name="test_body">
<geom type="mesh" mesh="mesh"/>
</body>
</worldbody>
</mujoco>