home *** CD-ROM | disk | FTP | other *** search
- // 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 }
-