dilthoms

Untitled

Jun 28th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.09 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Node    name="Root"  dt="0.02"  gravity="0 -1 0">
  3.     <VisualStyle name="visualStyle1"  displayFlags="showAll" />
  4.     <DefaultPipeline name="DefaultCollisionPipeline"  verbose="0"  draw="0"  depth="6" />
  5.     <BruteForceDetection name="Detection" />
  6.     <LocalMinDistance name="Proximity"  alarmDistance="1"  contactDistance="0.5" />
  7.     <DefaultContactManager name="Response"  response="default" />
  8.     <FreeMotionAnimationLoop />
  9.     <GenericConstraintSolver/>
  10.     <DefaultCollisionGroupManager name="Group" />
  11.     <EulerImplicitSolver/>
  12.     <CGLinearSolver/>
  13.     <Node    name="moving"  >  
  14.         <GridMeshCreator name='loader' resolution = "5 5" rotation="-90 -0 -0 " scale3d ="3 3 3"  translation ="-2 2 2"   trianglePattern = "1" />
  15.         <MeshTopology name='mesh'  position="@loader.position" edges="@loader.edges"  triangles="@loader.triangles" />
  16.         <MechanicalObject template="Vec3d"  position="0 0 0"   src="@mesh" />
  17.         <TTriangleModel template="Vec3d" proximity=0.3  contactStiffness=10 bothSide=1/>
  18.         <TPointModel template="Vec3d"   proximity=0.3   contactStiffness=10 bothSide=1/>
  19.         <TLineModel template="Vec3d"   proximity=0.3   contactStiffness=10 bothSide=1/>
  20.         <UniformMass/>
  21.     <UncoupledConstraintCorrection template="Vec3d"  name="ConstraintCorrection" />
  22.     </Node>
  23.    
  24.     <Node    name="fixed"  >
  25.         <MeshObjLoader name='loader' filename="mesh/cube.obj"/>
  26.         <MeshTopology name='mesh'  position="@loader.position" edges="@loader.edges"  triangles="@loader.triangles" />
  27.         <MechanicalObject template="Vec3d"  position="0 0 0"   src="@mesh" translation="0 -5 0" scale3d="10 1 10"/>
  28.         <TTriangleModel template="Vec3d"   proximity="0.1"contactStiffness=10  bothSide=1/>
  29.         <TPointModel template="Vec3d"   proximity="0.1"  contactStiffness=10 bothSide=1/>
  30.         <TLineModel template="Vec3d"   proximity="0.1" contactStiffness=10 bothSide=1/>
  31.         <FixedConstraint template="Vec3d"  fixAll="1" />
  32.     <UncoupledConstraintCorrection template="Vec3d"  name="ConstraintCorrection" />
  33.     </Node>
  34. </Node>
Add Comment
Please, Sign In to add comment