home *** CD-ROM | disk | FTP | other *** search
- // eagle's engines
- // thrust me, baby
-
- space_gray
-
-
- // rear frame
-
- cone { apex -12.3 -10 2.05 base -12.3 10 2.05 radius .3 }
- cone { apex -12.3 -10 -2.05 base -12.3 10 -2.05 radius .3 }
-
- cone { apex -12.3 -2.05 5.4 base -12.3 -2.05 -5 radius .3 }
- cone { apex -12.3 2.05 5.4 base -12.3 2.05 -5 radius .3 }
-
- cone { apex -12.3 -12.05 0 base -12.3 0 7.45 radius .3 }
- cone { apex -12.3 0 7.45 base -12.3 12.05 0 radius .3 }
- cone { apex -12.3 12.05 0 base -12.3 0 -7.05 radius .3 }
- cone { apex -12.3 0 -7.05 base -12.3 -12.05 0 radius .3 }
-
-
- // support struts
-
- cone { apex .3 -6 5.4 base -12.3 -2.05 2.05 radius .3 }
- cone { apex .3 -6 -5 base -12.3 -2.05 -2.05 radius .3 }
- cone { apex .3 6 5.4 base -12.3 2.05 2.05 radius .3 }
- cone { apex .3 6 -5 base -12.3 2.05 -2.05 radius .3 }
-
-
- // rockets
-
- transform { translate 0 -10 0 }
- #include rocket.vo
- transform_pop
-
- transform { translate 0 0 5.4 }
- #include rocket.vo
- transform_pop
-
- transform { translate 0 10 0 }
- #include rocket.vo
- transform_pop
-
- transform { translate 0 0 -5 }
- #include rocket.vo
- transform_pop
-
-
- // tanks
-
- space_gray
-
- // lower
-
- transform { translate -6 -6 -5 }
- #include tank.vo
- transform_pop
-
- transform { rotate 34 0 0 translate -6 -6 -5 }
- #include tube2.vo
- transform_pop
-
- transform { translate -6 6 -5 }
- #include tank.vo
- transform_pop
-
- transform { rotate -34 0 0 translate -6 6 -5 }
- #include tube2.vo
- transform_pop
-
- // upper
-
- transform { rotate 180 0 0 translate -6 6 5.4 }
- #include tank.vo
- transform_pop
-
- transform { rotate 214 0 0 translate -6 6 5.4 }
- #include tube2.vo
- transform_pop
-
- transform { rotate 180 0 0 translate -6 -6 5.4 }
- #include tank.vo
- transform_pop
-
- transform { rotate 146 0 0 translate -6 -6 5.4 }
- #include tube2.vo
- transform_pop
-
-