home *** CD-ROM | disk | FTP | other *** search
- /*
- ** The eyepoint is probably still a little too high in Z for this
- ** picture but you'll get the idea by rendering this one.
- ** I also played around with some atmospheric effects last night.
- ** Fog and fogbanks are interesting -- fun to play with but, it will
- ** take some hacking to get the parameters just right.
- **
- */
- eyep 1.0 -5.0 4.
- +
- screen 256 256
-
- surface mirror
- ambient .01 .01 .01
- diffuse .60 .30 .11
- specpow 10
- reflect 0.95
-
- applysurf mirror
- plane 0 0 0 0 0 1
- texture wood
- scale 2 2 1
- sphere
- diffuse 0.8 0.0 0.0
- 1.5 0 0 2.5
- texture marble
- --------------------------------------------------------------------------------
-
- --Pat
-
-