Files
Mujoco_WASM/test/user/testdata/mesh.xml
T
Alessio Quaglino 9756ed0d80 Read normals and textures from OBJ, do not duplicate vertices.
PiperOrigin-RevId: 510461549
Change-Id: I19245d691e722a8371e61153383f275f599353d6
2023-02-17 10:15:25 -08:00

9 lines
133 B
XML

<mujoco>
<asset>
<mesh file="cube.msh"/>
</asset>
<worldbody>
<geom type="mesh" mesh="cube"/>
</worldbody>
</mujoco>