Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <timeSensor DEF='interval' cycleInterval='5' startTime="1"></timeSensor>
  2. <orientationInterpolator DEF='rotate' key='0.1 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0'
  3. keyValue='0 1 0 0
  4. 0 1 0 -0.2
  5. 0 1 0 -0.4
  6. 0 1 0 -0.6
  7. 0 1 0 -0.8
  8. 0 1 0 -1
  9. 0 1 0 -1.2
  10. 0 1 0 -1.4
  11. 0 1 0 -1.6
  12. 0 1 0 -1.8
  13. 0 1 0 -2'>
  14. </orientationInterpolator>
  15.  
  16.  
  17. <ROUTE fromNode='interval' fromField='fraction_changed' toNode='rotate' toField='set_fraction'></ROUTE>
  18. <ROUTE fromNode='rotate' fromField='value_changed' toNode='lftr' toField='rotation'></ROUTE>
  19.  
  20. <timeSensor DEF='interval2' cycleInterval='5' starTime="1"></timeSensor>
  21. <orientationInterpolator DEF='move' key='0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0'
  22. keyValue='1.1 2.38 0.38
  23. 1.1 2.30 0.38
  24. 1.1 2.22 0.38
  25. 1.1 2.14 0.38
  26. 1.1 2.16 0.38
  27. 1.1 2.08 0.38
  28. 1.1 2.00 0.38
  29. 1.1 1.92 0.38
  30. 1.1 1.84 0.38
  31. 1.1 1.8 0.38
  32. 1.1 1.78 0.38'>
  33. </orientationInterpolator>
  34.  
  35. <ROUTE fromNode='interval2' fromField='fraction_changed' toNode='move' toField='set_fraction'></ROUTE>
  36. <ROUTE fromNode='move' fromField='value_changed' toNode='water' toField='translation'></ROUTE>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement