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

  1. // rocket
  2. // we're goin' to the moon
  3.  
  4. space_gray
  5.  
  6. // support
  7.  
  8. cone { apex  .3   0 0 base -1    0 0 radius  .3 }
  9.  
  10.  
  11. // tank ring
  12.  
  13. cone { apex  -4   0 0 base -8.5  0 0 radius 3.5 }
  14. ring { center -4   0 0 radius 3.5 normal 1  0 0 }
  15. ring { center -8.5 0 0 radius 3.5 normal -1 0 0 }
  16.  
  17.  
  18. // nozzle feed
  19.  
  20. cone { apex -11.0 0 0 base -15   0 0 radius 1.75 }
  21. cone { apex -14.5 0 0 base -15.5 0 0 radius 2.5  }
  22. ring { center -14.5 0 0 radius 2.5 normal 1 0 0 }
  23. transform { rotate 0 90 0 translate -12.3 0 0 }
  24. #include ring1.vo
  25. transform_pop
  26.  
  27.  
  28. // tanks
  29.  
  30. sphere { center -4   0 0 radius 3 }
  31. sphere { center -8.5 0 0 radius 3 }
  32.  
  33.  
  34. // nozzle
  35.  
  36. Fuzz_Lum
  37.  
  38. sphere { center -18 0 0
  39.          radius 3.5
  40.          clip {
  41.                 center -18 0 0
  42.                 normal 1 0 0
  43.          }
  44. }
  45. cone { apex -18 0 0 apex_radius 3.5 base -24 0 0 base_radius 4 }
  46.  
  47. /*
  48. FLARE_OUT
  49.  
  50. sphere { center -28 0 0 radius 5.5 }
  51. cone { apex -28 0 0 apex_radius 5.5 base -300 0 0 base_radius .01 }
  52.  
  53. FLARE_IN
  54.  
  55. cone { apex -24 0 0 apex_radius 4 base -38 0 0 base_radius .01 }
  56. */
  57.  
  58.