home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / stones / stone12.pi < prev    next >
Text File  |  1994-12-31  |  348b  |  24 lines

  1. // Sample Polyray file
  2. //
  3. viewpoint {
  4.    from <0, 2, -10>
  5.    at <0,0,0>
  6.    up <0,1,0>
  7.    angle 30
  8.    resolution 128, 128
  9.    aspect 1
  10.    }
  11.  
  12. background midnightblue
  13.  
  14. light <-10, 8, -10>
  15. light < 10, 8, -10>
  16.  
  17. include "..\colors.inc"
  18. include "stones.inc"
  19.  
  20. object {
  21.    sphere <0, 0, 0>, 2
  22.    Stone12 { scale <0.5, 0.5, 0.5> }
  23.    }
  24.