home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / satrds / sat.v < prev   
Encoding:
Text File  |  1994-01-16  |  625 b   |  45 lines

  1. //    An RDS of a ringed planet 
  2. //    Copyright (C) 1993 Randall Bollig
  3. //
  4. //    
  5. //    Special thanks to Stephen Coy, the members of GoGraphics on 
  6. //    Compuserve.
  7.  
  8. #include color.vc
  9.  
  10. studio = {
  11.     from =0 -5 3
  12.     at = 0 0 0
  13.     up = .2 0 1;
  14.     angle = 90
  15.     res = 1024 768
  16.     aspect = 1.3333;
  17.     antialias = adaptive
  18.     projection flat
  19.     haze .63333
  20.     bkg = black
  21. //    ambient = white * .25 
  22. // black
  23.     caustics
  24. }
  25. //
  26. // light {type directional
  27. //    color white
  28. //    direction -5 -5 -1
  29. // }
  30.  
  31. surface {amb white *25
  32. }
  33.  
  34. sphere {center 0 0 0
  35.     radius 1
  36. }
  37.  
  38. ring {center 0 0 0
  39.     normal 0 0 1
  40.     min_radius 2
  41.     max_radius 3
  42. }
  43.  
  44.  
  45.