Advertisement
agmike

Spline config example

Sep 20th, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. mesh-table
  2. {
  3. platform
  4. {
  5. mesh "platform.im"
  6. }
  7.  
  8. platform-end-1
  9. {
  10. mesh "platform-end-1.im"
  11. }
  12.  
  13. platform-end-2
  14. {
  15. mesh "platform-end-2.im"
  16. }
  17. }
  18.  
  19. track
  20. {
  21. mesh-length 5
  22. coordinate-transformation "shear"
  23.  
  24. track-lod-tree
  25. {
  26. mesh "platform"
  27. }
  28. }
  29.  
  30. endcap-prev
  31. {
  32. mesh-length 0.25
  33.  
  34. track-lod-tree
  35. {
  36. mesh "platform-end-1"
  37. }
  38. }
  39.  
  40. endcap-next
  41. {
  42. mesh-length 0.25
  43.  
  44. track-lod-tree
  45. {
  46. mesh "platform-end-2"
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement