home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / animate / flying / desert.inc next >
Encoding:
Text File  |  1994-12-31  |  636 b   |  33 lines

  1. //
  2. // Add a floor
  3. //
  4. define ground_ripple
  5. texture {
  6.    noise surface {
  7.       color <1, 0.66, 0.2>
  8.       normal 2
  9.       frequency 100
  10.       bump_scale 2
  11.       ambient 0.3
  12.       diffuse 0.7
  13.       }
  14.    }
  15. object {
  16.    disc <0, 0, 0>, <0, 1, 0>, 10001
  17.    ground_ripple { scale <200, 200, 200> }
  18.    }
  19.  
  20. //
  21. // Things to fly around
  22. //
  23. object {
  24.    cylinder <-8, 0, 0>, <-8, 7, 0>, 0.5
  25.    texture { checker matte_white, matte_black }
  26.    }
  27. object { sphere <-8, 7, 0>, 1 mirror }
  28. object {
  29.    cylinder <8, 0, 0>, <8, 7, 0>, 0.5
  30.    texture { checker matte_white, matte_black }
  31.    }
  32. object { sphere <8, 7, 0>, 1 mirror }
  33.