home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / det02.vo < prev    next >
Encoding:
Text File  |  1993-04-21  |  1.3 KB  |  58 lines

  1. // pod detail top main slope
  2.  
  3. ring { center -3 0 0.25 radius 1 normal 0 0 1 }
  4. cone { apex -3 0 0.25 base -3 0 0 radius 1 }
  5.  
  6. ring { center -3 0 0.5 radius .3 normal 0 0 1 }
  7. cone { apex -3 0 0.5 base -3 0 0 radius .3 }
  8.  
  9. ring { center -3 .7 0.5 radius .1 normal 0 0 1 }
  10. cone { apex -3 .7 0.5 base -3 .7 0 radius .1 }
  11.  
  12. ring { center -3.7 0 0.5 radius .1 normal 0 0 1 }
  13. cone { apex -3.7 0 0.5 base -3.7 0 0 radius .1 }
  14.  
  15. ring { center -2.3 0 0.5 radius .1 normal 0 0 1 }
  16. cone { apex -2.3 0 0.5 base -2.3 0 0 radius .1 }
  17.  
  18. ring { center -3 -.7 0.5 radius .1 normal 0 0 1 }
  19. cone { apex -3 -.7 0.5 base -3 -.7 0 radius .1 }
  20.  
  21.  
  22. polygon {
  23.         points 4
  24.         vertex 1  1 0.25
  25.         vertex 5  1 0.25
  26.         vertex 5 -1 0.25
  27.         vertex 1 -1 0.25
  28. }
  29. polygon {
  30.         points 4
  31.         vertex 1 -1 0.25
  32.         vertex 5 -1 0.25
  33.         vertex 5 -1 0
  34.         vertex 1 -1 0
  35. }
  36. polygon {
  37.         points 4
  38.         vertex 1  1  0.25
  39.         vertex 1 -1  0.25
  40.         vertex 1 -1  0
  41.         vertex 1  1  0
  42. }
  43. polygon {
  44.         points 4
  45.         vertex 5 -1 0.25
  46.         vertex 5  1  0.25
  47.         vertex 5  1  0
  48.         vertex 5 -1  0
  49. }
  50. polygon {
  51.         points 4
  52.         vertex  5 1  0.25
  53.         vertex  1 1  0.25
  54.         vertex  1 1  0
  55.         vertex  5 1  0
  56. }
  57.  
  58.