home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / raytrace / rayshade / examples / scripts / planet < prev    next >
Encoding:
Text File  |  1988-02-04  |  454 b   |  20 lines

  1. /*
  2.  * "planet" input file to demonstrate fbm texture and use of cpp
  3.  * C. Kolb
  4.  */
  5. screen 256 256
  6. light 1.5 point 2. 2. 2.
  7. eyep 2. 2. 2.
  8. sphere  ambient .06 .05 .04
  9.         diffuse .9 .85 .8
  10.         1.0 0 0 0
  11.  
  12.   texture fbm  0.  /* offset  */
  13.    1.4            /* scale   */
  14.    0.6            /* h       */
  15.    3.             /* lambda  */
  16.    4              /* octaves */
  17.    /*-.2*/-.4     /* thresh  */
  18.    planet        /* mapname */
  19.   scale 0.7 0.7 0.7
  20.