home *** CD-ROM | disk | FTP | other *** search
- /*
- * Example rayshade input file describing a single texture-mapped sphere.
- *
- * C. Kolb 9/89
- */
- screen 256 256
- light 1.0 0.9 0.8 directional 1. -1. 1.
- eyep 0. -4. 0.
- surface basesurf .16 .15 .14 .8 .75 .7 0 0 0 0 0 0 0
- sphere basesurf 1.0 0 0 0
- texture fbm 0. /* offset */
- 1. /* scale */
- 0.3 /* h */
- 2.0 /* lambda */
- 6 /* octaves */
- -.2 /* thresh */
- planet.map /* mapname */
- scale 0.7 0.7 0.7
-