home *** CD-ROM | disk | FTP | other *** search
- // The education center LOGO
- object {
- intersection {
- quadric {Cylinder_Y scale <20.0 20.0 20.0>}
- plane { <0.0 1.0 0.0> 0.1 }
- plane { <0.0 -1.0 0.0> 0.0 }
- }
- translate <298 332 52>
- texture {
- image_map{ 0 <1.0 0.0 -1.0> gif "logo.gif" interpolate 2}
- scale <64.0 60.0 59.0>
- translate <74 0.0 21>
- }
- }
-
- // Background for building letters
- object {
- union {
- triangle { <326.882660 331.036957 12.0> <490.0 331.036957 12.0> <490.0 331.036957 72.0> }
- triangle { <326.882660 331.036957 12.0> <326.882660 331.036957 72.0> <490.0 331.036957 72.0> }
- }
- texture {
- color red 0 green 0 blue 0 alpha 1.0
- image_map {0 <1.0 0 -1.0> gif "letters.gif" interpolate 2
- alpha 0 1}
- scale <180 180 180>
- translate <-35 0 -37>
- }
- }
-