Guest User

Untitled

a guest
Oct 3rd, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.33 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <!-- the point frame coordinates are rotated in global frame, but the orientation is rotated in local frame -->
  4.  
  5. <Node    name="root"  gravity="0 -9.81 0"  dt="1e-4"  time="0"  >
  6.     <BackgroundSetting name="prettify" color=" 0 0 0" />
  7.     <ViewerSetting cameraMode="Orthographic" />
  8.     <VisualStyle name="visualStyle1"  displayFlags="showVisual showBehaviorModels hideForceFields showInteractionForceFields hideCollision hideMapping hideOptions" />
  9.     <MultiStepAnimationLoop collisionSteps="1" integrationSteps="5"/>
  10.    
  11.       <MechanicalObject template="Rigid3d" name="DOFs"  
  12.            showObjectScale="2.5"  
  13.            showObject="1"
  14.            rest_position="
  15. 0 0 0       0 0 0 1
  16. 32.1804178343 0.0 11.73187801      0.0 0.371991451914 0.0 -0.928236155137
  17. 42.4985667543 0.0 38.9022536239      0.0 0.702721776175 0.0 -0.711464760399
  18.             "
  19.             translation="0 0 0"
  20.             rotation="0 0 0"
  21.         />
  22.    
  23.       <MechanicalObject template="Rigid3d" name="DOFs"  
  24.            showObjectScale="2.5"  
  25.            showObject="1"
  26.            rest_position="
  27. 0 0 0       0 0 0 1
  28. 32.1804178343 0.0 11.73187801      0.0 0.371991451914 0.0 -0.928236155137
  29. 42.4985667543 0.0 38.9022536239      0.0 0.702721776175 0.0 -0.711464760399
  30.             "
  31.             translation="0 0 0"
  32.             rotation="0 0 30"
  33.         />
  34.  
  35.     </Node>
  36. </Node>
Advertisement
Add Comment
Please, Sign In to add comment