home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / magnif / magnify.pov < prev    next >
Text File  |  1994-01-14  |  877b  |  38 lines

  1. // POV-Ray 2.0 scene file using an old-fashioned hand magnifier.
  2. // Dick LeVitt  1/13/94
  3. //
  4. // Requires POVMAP.GIF and MAGNIFY.INC
  5.  
  6. #include "colors.inc"
  7. #include "textures.inc"
  8.  
  9. plane {
  10.   <0.0, 0.0, 1.0>, -3
  11.   texture {pigment{image_map { gif "POVMAP.gif" map_type 0 interpolate Bi } }
  12.   translate <0,-.5,0>
  13.   }
  14. }
  15.  
  16. camera {  //  Camera StdCam
  17.   location  <-2.429, -0.286, 30.714>
  18.   direction <0.0,     0.0,  5.0138>
  19.   sky       <0.0,     0.0,  1.0>  // Use right handed-system!
  20.   up        <0.0,     0.0,  1.0>  // Where Z is up
  21.   right     <1.3333,  0.0,  0.0>
  22.   look_at   <-2.20, 0.1, 0.000>
  23. }
  24.  
  25. // *******  L I G H T S *******
  26. object {   // Light source Light1
  27.   light_source {
  28.     <5.000, -3.000, 10.000>
  29.     color  red 1.000 green 1.000 blue 1.000
  30.   }
  31. }
  32.  
  33. // ******* O B J E C T S *******
  34.  
  35. #include "MAGNIFY.INC"
  36.  
  37. object { magnifier }
  38.