home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
_pov_dat
/
lodge
/
flag.inc
< prev
next >
Wrap
Text File
|
1993-04-01
|
779b
|
37 lines
// The flag pole
object {
intersection {
quadric {Cylinder_Z scale <2 2 2>}
plane { <0.0 0.0 1.0> 312.0 }
plane { <0.0 0.0 -1.0> 0.1 }
}
translate <1058 199 0>
texture {
Metal
color Silver
}
}
object {
sphere {<1058 199 315> 3}
texture{
Metal
color Silver
phong 1
}
}
// The US Flag
object {
union {
triangle { <1062.5 198.0 312> <1130.0 184.731354 312> <1130.0 184.731354 265.0> }
triangle { <1062.5 198.0 312> <1062.5 198.0 265.0> <1130.0 184.731354 265.0> }
}
texture {
image_map {0< 1 0 -1> gif "flag.gif" interpolate 2}
scale <68 68 68>
translate<-25 0 -15>
}
}