mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
14 lines
380 B
XML
14 lines
380 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"/>
|
|
<friction value= "0.5"/>
|
|
<neohookean mu= "60" lambda= "200" damping= "0.01" />
|
|
<visual filename="torus.vtk"/>
|
|
</deformable>
|
|
</robot>
|