home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume21 / rayshade / part01 / Examples / planet.ray < prev    next >
Encoding:
Text File  |  1990-03-21  |  427 b   |  19 lines

  1. /*
  2.  * Example rayshade input file describing a single texture-mapped sphere.
  3.  *
  4.  * C. Kolb 9/89
  5.  */
  6. screen 256 256
  7. light 1.0 0.9 0.8 directional 1. -1. 1.
  8. eyep 0. -4. 0.
  9. surface basesurf .16 .15 .14 .8 .75 .7 0 0 0 0 0 0 0
  10. sphere basesurf 1.0 0 0 0
  11.     texture fbm     0.        /* offset */
  12.             1.        /* scale */
  13.             0.3        /* h */
  14.             2.0        /* lambda */
  15.             6        /* octaves */
  16.             -.2        /* thresh */
  17.             planet.map     /* mapname */
  18.         scale 0.7 0.7 0.7 
  19.