home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / nozzle.vo < prev    next >
Encoding:
Text File  |  1993-04-25  |  523 b   |  34 lines

  1. // rocket nozzle
  2.  
  3. Fuzz_Lum
  4.  
  5. sphere {
  6.         center 0 0 -5
  7.         radius 3
  8.         clip {
  9.                 center 0 0 -5
  10.                 normal 0 0 1
  11.         }
  12. }
  13. sphere {
  14.         center 0 0 -5
  15.         radius 2.5
  16.         clip {
  17.                 center 0 0 -5
  18.                 normal 0 0 1
  19.         }
  20. }
  21. ring {
  22.         center 0 0 -5
  23.         min_radius 2.5
  24.         max_radius 3
  25.         normal 0 0 -1
  26. }
  27. cone {
  28.         apex 0 0 0
  29.         apex_radius 2
  30.         base 0 0 -3
  31.         base_radius 2.2
  32. }
  33.  
  34.