home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 18 / CD_ASCQ_18_111294_W.iso / dos / graphic / povaide / sphere1a.pov < prev    next >
Text File  |  1994-08-01  |  606b  |  40 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. #declare Brillant1 = finish {specular 1 roughness 0.001 ambient 0.3 diffuse 0.8}
  5. #include "spher1.inc"
  6. #include "spher2.inc"
  7. #include "spher3.inc"
  8.  
  9. camera {
  10.    location <0, 16, -29>
  11.    direction <0, 0, 2>
  12.    look_at <0, -5, 0>
  13. }
  14.  
  15.  
  16. light_source { <-30, 100, -150> color White}
  17.  
  18. object {Ligne1
  19. pigment {color Red}
  20. finish {
  21. ambient 0.3
  22. diffuse 0.8
  23. phong 0.6
  24. }
  25. rotate x*90
  26. translate <-5, -12, 0>
  27. }
  28.  
  29. object {Ligne3
  30. rotate x*90
  31. translate <0, -6, 0>
  32. }
  33.  
  34.  
  35. object {Ligne2
  36. rotate x*90
  37. translate <3.5, 0, 0>
  38. }
  39.  
  40.