mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
15 lines
421 B
XML
15 lines
421 B
XML
<?xml version="1.0"?>
|
|
<robot name="torus">
|
|
<deformable name="torus">
|
|
<inertial>
|
|
<mass value="1" />
|
|
<inertia ixx="0.0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0" />
|
|
</inertial>
|
|
<collision_margin value="0.006"/>
|
|
<repulsion_stiffness value="800.0"/>
|
|
<friction value= "0.5"/>
|
|
<neohookean mu= "60" lambda= "200" damping= "0.01" />
|
|
<visual filename="torus.vtk"/>
|
|
</deformable>
|
|
</robot>
|