home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / lodge / flag.inc < prev    next >
Text File  |  1993-04-01  |  779b  |  37 lines

  1. // The flag pole
  2.     object {
  3.     intersection {
  4.       quadric {Cylinder_Z scale <2 2 2>}
  5.       plane { <0.0 0.0 1.0>  312.0 }
  6.       plane { <0.0 0.0 -1.0> 0.1 }
  7.     }
  8.     translate <1058 199 0>
  9.     texture {
  10.     Metal
  11.     color Silver
  12.             }
  13.       }
  14.  
  15. object {
  16.         sphere {<1058 199 315> 3}
  17.         texture{
  18.         Metal
  19.         color Silver
  20.         phong 1
  21.                }
  22.         }
  23.  
  24.  // The  US Flag
  25.   object {
  26.    union {
  27.     triangle { <1062.5 198.0 312> <1130.0 184.731354 312> <1130.0 184.731354 265.0> }
  28.     triangle { <1062.5 198.0 312> <1062.5 198.0 265.0> <1130.0 184.731354 265.0> }
  29.    }
  30.     texture {
  31.     image_map {0< 1 0 -1> gif "flag.gif" interpolate 2}
  32.     scale <68 68 68>
  33.         translate<-25 0 -15>
  34.      }
  35.   }
  36.  
  37.