7651cb1b33
PiperOrigin-RevId: 732109960 Change-Id: I506b3540ab5d489ce8f10d0c473919611ccb654a
15 lines
411 B
XML
15 lines
411 B
XML
<mujoco>
|
|
<compiler assetdir="textured_torus"/>
|
|
<asset>
|
|
<texture file="carpet.png" type="2d"/>
|
|
<material name="carpet" texture="carpet"/>
|
|
</asset>
|
|
<worldbody>
|
|
<flexcomp name="torus" type="mesh" file="textured_torus.obj"
|
|
radius="0.01" dim="2" material="carpet">
|
|
<contact internal="false" selfcollide="none"/>
|
|
<edge equality="true" />
|
|
</flexcomp>
|
|
</worldbody>
|
|
</mujoco>
|