home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / rayslide / rayslide.lha / ray-slides / ray / balls.ray < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.0 KB  |  42 lines

  1. /* RAYSHADE source file for a set of mirror balls */
  2.  
  3. /* Converted by rsconvert *//*
  4.  * This file is the result of feeding "balls" from Eric Haines'
  5.  * SPD through nff2shade.awk and then hand-tweaking things.
  6.  */
  7. maxdepth 3 
  8. eyep 2.1 1.3 1.7 
  9. lookp 0 0 0 
  10. up 0 0 1 
  11. fov 45 
  12. screen 256 256 
  13. background 0.078 0.361 0.753 
  14.  
  15. surface s1 
  16.     ambient 0.15 0.1 0.045 
  17.     diffuse 1 0.75 0.33 
  18.  
  19. plane s1 0 0 -0.5 0 0 1 
  20.  
  21. surface s2 
  22.     ambient 0.035 0.0325 0.025 
  23.     diffuse 0.5 0.45 0.35 
  24.     specular 0.8 0.8 0.8 
  25.     specpow 3 
  26.     reflect 0.5 
  27.  
  28.  
  29. sphere s2 0.5 0 0 0 texture bump 0.3 scale 0.04 0.04 0.04 
  30. sphere s2 0.166667 0.272166 0.272166 0.544331 
  31. sphere s2 0.166667 0.643951 0.172546 0 
  32. sphere s2 0.166667 0.172546 0.643951 0 
  33. sphere s2 0.166667 -0.371785 0.0996195 0.544331 
  34. sphere s2 0.166667 -0.471405 0.471405 0 
  35. sphere s2 0.166667 -0.643951 -0.172546 0 
  36. sphere s2 0.166667 0.0996195 -0.371785 0.544331 
  37. sphere s2 0.166667 -0.172546 -0.643951 0 
  38. sphere s2 0.166667 0.471405 -0.471405 0 
  39. light 0.288675 point 4 3 2 
  40. light 0.288675 point 1 -4 4 
  41. light 0.288675 point -3 1 5 
  42.