| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | <mujoco model="Soft box"> |
| | <include file="scene.xml"/> |
| |
|
| | <option solver="CG" tolerance="1e-6"/> |
| |
|
| | <size memory="30M"/> |
| |
|
| | <asset> |
| | <texture name="texsponge" type="2d" file="sponge.png"/> |
| | <material name="matsponge" texture="texsponge" specular="0.3"/> |
| | </asset> |
| |
|
| | <worldbody> |
| | <body pos="0 0 1" name="body"> |
| | <freejoint/> |
| | <geom size=".1" contype="0" conaffinity="0" group="4"/> |
| | <flexcomp name="softbox" type="box" count="7 7 7" spacing=".04 .04 .04" |
| | radius="0.01" dim="3" material="matsponge" dof="radial"> |
| | <contact internal="false" selfcollide="none"/> |
| | <edge equality="true"/> |
| | </flexcomp> |
| | </body> |
| | </worldbody> |
| | </mujoco> |
| |
|