Files
Mujoco_WASM/test/xml/mjz/testdata/meshdir_test/model.xml
T
Sam Haves fa8ac7a516 Implement mjz encoder.
PiperOrigin-RevId: 918493808
Change-Id: I150d182ff27801d829537a8001a0b3a04c1a0499
2026-05-20 09:32:51 -07:00

12 lines
229 B
XML

<mujoco model="meshdir_test">
<compiler meshdir="assets"/>
<asset>
<mesh name="box" file="box.obj"/>
</asset>
<worldbody>
<body name="b1">
<geom type="mesh" mesh="box"/>
</body>
</worldbody>
</mujoco>