home *** CD-ROM | disk | FTP | other *** search
- // cargo bay window
-
- space_gray3
-
- sphere { center -1.8 1.3 0 radius .2 }
- sphere { center 1.8 1.3 0 radius .2 }
- sphere { center 1.8 -1.3 0 radius .2 }
- sphere { center -1.8 -1.3 0 radius .2 }
- cone { apex -1.8 1.3 0 base 1.8 1.3 0 radius .2 }
- cone { apex 1.8 1.3 0 base 1.8 -1.3 0 radius .2 }
- cone { apex 1.8 -1.3 0 base -1.8 -1.3 0 radius .2 }
- cone { apex -1.8 -1.3 0 base -1.8 1.3 0 radius .2 }
-
-
- polygon {
- points 4
- vertex -1.8 1.3 .2
- vertex 1.8 1.3 .2
- vertex 1.8 -1.3 .2
- vertex -1.8 -1.3 .2
- }
-
-