home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma87a.dms / ma87a.adf / pov3c_1.lha / docsdemo / skysph1.inc < prev    next >
Text File  |  1996-11-07  |  339b  |  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.