home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / archit / logo.inc < prev    next >
Text File  |  1993-03-04  |  840b  |  30 lines

  1. // The education center LOGO
  2.     object {
  3.     intersection {
  4.      quadric {Cylinder_Y scale <20.0 20.0 20.0>}
  5.       plane { <0.0 1.0 0.0>  0.1 }
  6.       plane { <0.0 -1.0 0.0> 0.0 }
  7.     }
  8.     translate <298 332 52>
  9.     texture {
  10.     image_map{ 0 <1.0 0.0 -1.0> gif "logo.gif" interpolate 2}
  11.     scale <64.0 60.0 59.0>
  12.     translate <74 0.0 21>
  13.           }
  14.    }
  15.  
  16. // Background for building letters
  17.   object {
  18.    union {
  19.     triangle { <326.882660 331.036957 12.0> <490.0 331.036957 12.0> <490.0 331.036957 72.0> }
  20.     triangle { <326.882660 331.036957 12.0> <326.882660 331.036957 72.0> <490.0 331.036957 72.0> }
  21.    }
  22.     texture {
  23.     color red 0 green 0 blue 0 alpha 1.0
  24.     image_map {0 <1.0 0 -1.0> gif "letters.gif" interpolate 2
  25.     alpha 0 1}
  26.     scale <180 180 180>
  27.     translate <-35 0 -37>
  28.         }
  29.   }
  30.