home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / 1658 / POVREV / LOOKAT.POV < prev    next >
Text File  |  1993-10-07  |  514b  |  19 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. #include "twisty.inc"          // ****put .INC file here
  5.  
  6. // this file will let you view one of your objects, using the
  7. // same camera location as the "3D" view within PoVReV.
  8.  
  9. camera {  
  10.   location  <-6.9 6.9 -6.9>
  11.   direction <0 0 1.5>
  12.          up <0 1 0>
  13.       right <1.3333 0 0>
  14.     look_at <0 0 0>
  15. }
  16.  
  17. object { light_source {<-8 8 -8> color  red 0.7 green 0.7 blue .7 } }
  18. object { twisty }            // ****put object here
  19.