home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / devel5 / octagon.plg < prev    next >
Encoding:
Text File  |  1993-04-18  |  1.1 KB  |  45 lines

  1. # an octagonal cylinder visible from the outside, 1000x1000
  2. octout 16 10
  3.  
  4. # vertices:
  5. # X    Y    Z
  6.         # front face
  7. -190 -460 -500  # vertex 0
  8.  190 -460 -500  # vertex 1
  9.  460 -190 -500  # vertex 2
  10.  460  190 -500  # vertex 3
  11.  190  460 -500  # vertex 4
  12. -190  460 -500  # vertex 5
  13. -460  190 -500  # vertex 6
  14. -460 -190 -500  # vertex 7
  15.  
  16.         # back face
  17. -190 -460  500  # vertex 8
  18.  190 -460  500  # vertex 9
  19.  460 -190  500  # vertex 10
  20.  460  190  500  # vertex 11
  21.  190  460  500  # vertex 12
  22. -190  460  500  # vertex 13
  23. -460  190  500  # vertex 14
  24. -460 -190  500  # vertex 15
  25.  
  26. # polygons: all cosine-lit, assorted colors
  27. # color #verts vert1 vert2 ...
  28.  
  29. # these faces are derived from a shifted octagon
  30. 0x11ff 8 0 1 2 3 4 5 6 7       # front face: counterclockwise
  31. 0x12ff 8 15 14 13 12 11 10 9 8 # back face:  clockwise
  32.  
  33. # these faces are facing us in the sketch, thus are CCW
  34. 0x13ff 4 5 4 12 13  # top
  35. 0x14ff 4 4 3 11 12
  36. 0x15ff 4 3 2 10 11  # right side
  37. 0x16ff 4 2 1 9 10
  38.  
  39. # these faces are away from us in the sketch, and thus CW
  40. 0x17ff 4 8 9 1 0   # bottom
  41. 0x18ff 4 15 8 0 7
  42. 0x19ff 4 14 15 7 6 # left side
  43. 0x1aff 4 13 14 6 5
  44.  
  45.