home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / winanw / povrev / lookat2.pov < prev    next >
Encoding:
Text File  |  1993-11-03  |  524 b   |  19 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. #include "pawn2.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 { pawn2 }            // ****put object here
  19.