POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

polygon

top previous next

// arbitrary X,Y FINITE (no CSG) shape
// A complex example for a polygon is the letter P:
polygon {
  12// number of points
  <00><06><46><43><13><10><00>// list of <u,v> points
  <14><15><35><34><14>
}