home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
_pov_dat
/
magnif
/
magnify.pov
< prev
next >
Wrap
Text File
|
1994-01-14
|
877b
|
38 lines
// POV-Ray 2.0 scene file using an old-fashioned hand magnifier.
// Dick LeVitt 1/13/94
//
// Requires POVMAP.GIF and MAGNIFY.INC
#include "colors.inc"
#include "textures.inc"
plane {
<0.0, 0.0, 1.0>, -3
texture {pigment{image_map { gif "POVMAP.gif" map_type 0 interpolate Bi } }
translate <0,-.5,0>
}
}
camera { // Camera StdCam
location <-2.429, -0.286, 30.714>
direction <0.0, 0.0, 5.0138>
sky <0.0, 0.0, 1.0> // Use right handed-system!
up <0.0, 0.0, 1.0> // Where Z is up
right <1.3333, 0.0, 0.0>
look_at <-2.20, 0.1, 0.000>
}
// ******* L I G H T S *******
object { // Light source Light1
light_source {
<5.000, -3.000, 10.000>
color red 1.000 green 1.000 blue 1.000
}
}
// ******* O B J E C T S *******
#include "MAGNIFY.INC"
object { magnifier }