home *** CD-ROM | disk | FTP | other *** search
- // An RDS of a ringed planet
- // Copyright (C) 1993 Randall Bollig
- //
- //
- // Special thanks to Stephen Coy, the members of GoGraphics on
- // Compuserve.
-
- #include color.vc
-
- studio = {
- from =0 -5 3
- at = 0 0 0
- up = .2 0 1;
- angle = 90
- res = 1024 768
- aspect = 1.3333;
- antialias = adaptive
- projection flat
- haze .63333
- bkg = black
- // ambient = white * .25
- // black
- caustics
- }
- //
- // light {type directional
- // color white
- // direction -5 -5 -1
- // }
-
- surface {amb white *25
- }
-
- sphere {center 0 0 0
- radius 1
- }
-
- ring {center 0 0 0
- normal 0 0 1
- min_radius 2
- max_radius 3
- }
-
-