1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<Node name="root" dt="0.02" showBehaviorModels="1" showCollisionModels="0" showMappings="0" showForceFields="1">
<Object type="CollisionPipeline" verbose="0" />
<Object type="BruteForceDetection" name="N2" />
<Object type="CollisionResponse" name="Response" response="default" />
<Object type="CollisionGroup" name="Group" />
<Node name="DragonCoarse">
<Object type="SparseGrid"
n="6 5 4"
fileTopology="mesh/dragon.obj"
/>
<Object type="EulerImplicit" />
<Object type="CGLinearSolver" iterations="100" />
<Object type="MechanicalObject" />
<Object type="UniformMass" mass="0.5"/>
<Object type="MeshSpringForceField" name="Springs" stiffness="500" damping="10" />
<Node name="Visu">
<Object type="OglModel" name="Visual" fileMesh="mesh/dragon.obj" color="yellow" />
<Object type="BarycentricMapping" object1="../.." object2="Visual" />
</Node>
<Node name="Surf">
<Object type="Sphere" filename="mesh/dragon.sph" />
<MechanicalObject/>
<Object type="BarycentricMapping" />
</Node>
</Node>
<Node name="DragonMiddle">
<Object type="SparseGrid"
n="12 9 6"
fileTopology="mesh/dragon.obj"
/>
<Object type="EulerImplicit" />
<Object type="CGLinearSolver" iterations="100" />
<Object type="MechanicalObject" dz="15"/>
<Object type="UniformMass" mass="0.5"/>
<Object type="MeshSpringForceField" name="Springs" stiffness="500" damping="10" />
<Node name="Visu">
<Object type="OglModel" name="Visual" fileMesh="mesh/dragon.obj" color="yellow" />
<Object type="BarycentricMapping" object1="../.." object2="Visual" />
</Node>
<Node name="Surf">
<Object type="Sphere" filename="mesh/dragon.sph"/>
<MechanicalObject/>
<Object type="BarycentricMapping" />
</Node>
</Node>
<Node name="DragonFine">
<Object type="SparseGrid"
n="25 20 9"
fileTopology="mesh/dragon.obj"
/>
<Object type="EulerImplicit" />
<Object type="CGLinearSolver" iterations="100" />
<Object type="MechanicalObject" dz="30"/>
<Object type="UniformMass" mass="0.5"/>
<Object type="MeshSpringForceField" name="Springs" stiffness="500" damping="10" />
<Node name="Visu">
<Object type="OglModel" name="Visual" fileMesh="mesh/dragon.obj" color="yellow" />
<Object type="BarycentricMapping" object1="../.." object2="Visual" />
</Node>
<Node name="Surf">
<Object type="Sphere" filename="mesh/dragon.sph" />
<MechanicalObject/>
<Object type="BarycentricMapping" />
</Node>
</Node>
</Node>
|