File: TorusRigid.xml

package info (click to toggle)
sofa-framework 1.0~beta4-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 88,224 kB
  • ctags: 26,759
  • sloc: cpp: 151,113; ansic: 2,387; xml: 581; sh: 431; makefile: 101
file content (19 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Node name="TorusRigid">
	<Object type="EulerImplicitSolver" rayleighStiffness="0.01" />
	<Object type="CGLinearSolver" iterations="25" threshold="0.00000001"  />
	<Object type="MechanicalObject" template="Rigid"  dx="0" dy="0" dz="0" rx="0" ry="0" rz="0" scale="1.0"  />
	<Object type="UniformMass" />
	<Node name="Visu">
		<Object type="OglModel" name="Visual" fileMesh="mesh/torus.obj" color="gray" scale="1.0"/>
		<Object type="RigidMapping" object1="../.." object2="Visual" />
	</Node>
	<Node name="Surf2">
		<Object type="MeshLoader" name="meshLoader" filename="mesh/torus_for_collision.obj"/>
		<Object type="Mesh"/>
		<Object type="MechanicalObject" scale="1.0" />
		<Object type="Triangle" />
		<Object type="Line" />
		<Object type="Point" />
		<Object type="RigidMapping" />
	</Node>
</Node>