644b42bee3
PiperOrigin-RevId: 740730698 Change-Id: If9c68798cda502d6d7632906a034437e2557802e
11 lines
219 B
XML
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>
|