home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / video / render / pat1.ray < prev    next >
Text File  |  1992-11-11  |  682b  |  31 lines

  1. /* 
  2. ** The eyepoint is probably still a little too high in Z for this
  3. ** picture but you'll get the idea by rendering this one.
  4. ** I also played around with some atmospheric effects last night.
  5. ** Fog and fogbanks are interesting -- fun to play with but, it will
  6. ** take some hacking to get the parameters just right.
  7. **
  8. */
  9. eyep 1.0 -5.0 4.
  10.  +
  11. screen 256 256
  12.  
  13. surface mirror
  14.     ambient .01 .01 .01
  15.     diffuse .60 .30 .11
  16.     specpow 10
  17.     reflect 0.95
  18.  
  19. applysurf mirror
  20. plane 0 0 0  0 0 1
  21.     texture wood
  22.     scale 2 2 1
  23. sphere
  24.     diffuse 0.8 0.0 0.0
  25.     1.5 0 0 2.5
  26.     texture marble
  27. --------------------------------------------------------------------------------
  28.  
  29. --Pat
  30.  
  31.