home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / demos / planet / build / planet.pov < prev    next >
Encoding:
Text File  |  1995-02-07  |  380 b   |  35 lines

  1. #include "colors.inc"
  2. #include "shapes.inc"
  3. #include "textures.inc"
  4.  
  5. camera
  6.   {
  7.   location < 0,0,-20 >
  8.   look_at < 0,0,0 >
  9.   }
  10.  
  11. light_source
  12.   {
  13.   < -20,0,-10 >
  14.   color White
  15.   }
  16.  
  17. light_source
  18.   {
  19.   < -20,0,-5 >
  20.   color White
  21.   }
  22.  
  23. light_source
  24.   {
  25.   < -20,0,-4 >
  26.   color White
  27.   }
  28.  
  29. sphere
  30.   {
  31.   < 2,2,0 >
  32.   10
  33.   texture { Blue_Sky  scale 5 }
  34.   }
  35.