home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pose1os2.zip / EXAMPLES / WAVES / SCENE1 / STATIC.SIM < prev    next >
Text File  |  1995-05-01  |  259b  |  12 lines

  1.  
  2. /* Put a floor underneath to catch any errant waves from the ripples */
  3.  
  4. plane { y, -4
  5.    pigment { color Blue }
  6.    finish {crand 0.05 ambient 1 diffuse 0}
  7. }
  8.  
  9. /* Now to cast some light on the subjects */
  10.  
  11. light_source {<0, 100, -100> color White}
  12.