home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / OBJ / LIB1 / COORD.RAD < prev    next >
Text File  |  1993-10-07  |  898b  |  92 lines

  1. #
  2. # Test coordinate system
  3. #
  4. # The idea is to include this with an
  5. # object in order to see its orientation
  6. # and size.
  7. #
  8. # Each coordinate axis is one unit long.
  9. #
  10. # The x-axis has a red tip, the y-axis
  11. # has a green tip, and the z-axis has
  12. # a blue tip.
  13. #
  14.  
  15. void plastic black
  16. 0
  17. 0
  18. 5 .05 .05 .05 .05 .05
  19.  
  20. void plastic white
  21. 0
  22. 0
  23. 5 .8 .8 .8 .05 .05
  24.  
  25. void plastic red
  26. 0
  27. 0
  28. 5 .8 .05 .05 .05 .05
  29.  
  30. void plastic green
  31. 0
  32. 0
  33. 5 .05 .8 .05 .05 .05
  34.  
  35. void plastic blue
  36. 0
  37. 0
  38. 5 .05 .05 .8 .05 .05
  39.  
  40. white sphere origin
  41. 0
  42. 0
  43. 4 0 0 0 .15
  44.  
  45. black cylinder x-axis
  46. 0
  47. 0
  48. 7
  49.     0    0    0
  50.     .8    0    0
  51.     .05
  52.  
  53. red cone x-arrow
  54. 0
  55. 0
  56. 8
  57.     .75    0    0
  58.     1    0    0
  59.     .15    0
  60.  
  61. black cylinder y-axis
  62. 0
  63. 0
  64. 7
  65.     0    0    0
  66.     0    .8    0
  67.     .05
  68.  
  69. green cone y-arrow
  70. 0
  71. 0
  72. 8
  73.     0    .75    0
  74.     0    1    0
  75.     .15    0
  76.  
  77. black cylinder z-axis
  78. 0
  79. 0
  80. 7
  81.     0    0    0
  82.     0    0    .8
  83.     .05
  84.  
  85. blue cone z-arrow
  86. 0
  87. 0
  88. 8
  89.     0    0    .75
  90.     0    0    1
  91.     .15    0
  92.