File size: 281 Bytes
34ffeaf | 1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" ?>
<mujoco model="pyramid">
<asset>
<mesh name="mesh_pyramid" file="../obj/pyramid.obj"/>
</asset>
<worldbody>
<body name="pyramid">
<geom name="pyramid_geom" type="mesh" mesh="mesh_pyramid"/>
</body>
</worldbody>
</mujoco>
|