home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / pov / strway / octagon.inc < prev    next >
Encoding:
Text File  |  1993-01-02  |  582 b   |  14 lines

  1. // Include file for Octagonal Section of Pillar for Hillingham Stairway
  2. #declare Octagon = intersection {
  3.    plane {<0.0 0.0 1.0> 1.0}
  4.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 45.0 0.0>}
  5.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 90.0 0.0>}
  6.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 135.0 0.0>}
  7.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 180.0 0.0>}
  8.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 225.0 0.0>}
  9.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 270.0 0.0>}
  10.    plane {<0.0 0.0 1.0> 1.0 rotate <0.0 315.0 0.0>}
  11.    plane {<0.0 1.0 0.0> 1.0}
  12.    plane {<0.0 1.0 0.0> -1.0 inverse}
  13.    }
  14.