File: textured_torus.xml

package info (click to toggle)
mujoco 2.2.2-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,796 kB
  • sloc: ansic: 28,947; cpp: 28,897; cs: 14,241; python: 10,465; xml: 5,104; sh: 93; makefile: 34
file content (13 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<mujoco>
  <compiler meshdir="textured_torus" texturedir="textured_torus"/>
  <asset>
    <mesh name="torus" file="textured_torus.obj"/>
    <mesh name="flipped_torus" file="textured_torus.obj" scale="-1 1 1"/>
    <texture file="carpet.png" type="2d"/>
    <material name="carpet" texture="carpet"/>
  </asset>
  <worldbody>
    <geom type="mesh" mesh="torus" material="carpet"/>
    <geom type="mesh" mesh="flipped_torus" material="carpet" pos="0 0 1"/>
  </worldbody>
</mujoco>