home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / height / circ.pi next >
Text File  |  1994-12-31  |  925b  |  37 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from < 0, 12, -20>
  7.    at <0,0,-7>
  8.    up <0,1,0>
  9.    angle 38
  10.    resolution 640, 480
  11.    aspect 4/3
  12.    max_trace_depth 10
  13.    pixelsize 24
  14.    }
  15.  
  16. background midnight_blue
  17. light <-50, 50, -50>
  18. include "..\colors.inc"
  19.  
  20. object {
  21.    smooth_height_field "circ1.jpg" 
  22.    translate <-0.5, 0, -0.5>
  23.    scale <30, 0.01, 30>
  24.    }
  25.  
  26. object { sphere <  0, 2, -3>, 1.5 glass }
  27. object { sphere <  3, 2,  0>, 1.5 glass }
  28. object { sphere <  7, 2, -2>, 1.5 glass }
  29. object { sphere < -2, 2,  4>, 1.5 mirror }
  30. object { sphere < -8, 2,  1>, 1.5 glass }
  31. object { sphere < -4, 2, -5>, 1.5 glass }
  32. object { sphere <  2, 2, -6>, 1.5 mirror }
  33. object { sphere < -3, 2,-10>, 1.5 glass }
  34. object { sphere < -5, 2,-13>, 1.5 glass }
  35. object { sphere <  1, 2,-13>, 1.5 mirror }
  36. object { sphere <  6, 2,-10>, 1.5 glass }
  37.