home *** CD-ROM | disk | FTP | other *** search
- // rocket
- // we're goin' to the moon
-
- space_gray
-
- // support
-
- cone { apex .3 0 0 base -1 0 0 radius .3 }
-
-
- // tank ring
-
- cone { apex -4 0 0 base -8.5 0 0 radius 3.5 }
- ring { center -4 0 0 radius 3.5 normal 1 0 0 }
- ring { center -8.5 0 0 radius 3.5 normal -1 0 0 }
-
-
- // nozzle feed
-
- cone { apex -11.0 0 0 base -15 0 0 radius 1.75 }
- cone { apex -14.5 0 0 base -15.5 0 0 radius 2.5 }
- ring { center -14.5 0 0 radius 2.5 normal 1 0 0 }
- transform { rotate 0 90 0 translate -12.3 0 0 }
- #include ring1.vo
- transform_pop
-
-
- // tanks
-
- sphere { center -4 0 0 radius 3 }
- sphere { center -8.5 0 0 radius 3 }
-
-
- // nozzle
-
- Fuzz_Lum
-
- sphere { center -18 0 0
- radius 3.5
- clip {
- center -18 0 0
- normal 1 0 0
- }
- }
- cone { apex -18 0 0 apex_radius 3.5 base -24 0 0 base_radius 4 }
-
- /*
- FLARE_OUT
-
- sphere { center -28 0 0 radius 5.5 }
- cone { apex -28 0 0 apex_radius 5.5 base -300 0 0 base_radius .01 }
-
- FLARE_IN
-
- cone { apex -24 0 0 apex_radius 4 base -38 0 0 base_radius .01 }
- */
-
-