home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / povray3a / DocsDemo / inc / SkySph1 < prev    next >
Text File  |  1996-07-08  |  319b  |  21 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "colors.inc"
  7.  
  8. camera {
  9.   location <0, 1, -4>
  10.   look_at <0, 2, 0>
  11.   angle 82
  12. }
  13.  
  14. light_source { <10, 10, -10> White }
  15.  
  16. sphere { 2*y, 1 
  17.   pigment { color rgb <1, 1, 1> }
  18.   finish { ambient 0.2 diffuse 0 reflection 0.6 }
  19. }
  20.  
  21.