home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / polyray / dat / simple / cylinder.pi < prev    next >
Encoding:
Text File  |  1993-01-11  |  281 b   |  21 lines

  1. viewpoint {
  2.    from <0,0,-10>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 30
  6.    resolution 160, 120
  7.    aspect 4/3
  8.    }
  9.  
  10. background white
  11. light <-10,10, -10>
  12. light < 10,10, -10>
  13.  
  14. include "..\colors.inc"
  15.  
  16. object {
  17.    cylinder <0, -2, 0>, <0, 2, 0>, 2
  18.    shiny_red
  19.    }
  20.  
  21.