home *** CD-ROM | disk | FTP | other *** search
- /*
- * "planet" input file to demonstrate fbm texture and use of cpp
- * C. Kolb
- */
- screen 256 256
- light 1.5 point 2. 2. 2.
- eyep 2. 2. 2.
- sphere ambient .06 .05 .04
- diffuse .9 .85 .8
- 1.0 0 0 0
-
- texture fbm 0. /* offset */
- 1.4 /* scale */
- 0.6 /* h */
- 3. /* lambda */
- 4 /* octaves */
- /*-.2*/-.4 /* thresh */
- planet /* mapname */
- scale 0.7 0.7 0.7
-