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

lathe

top previous next

// rotate a 2-D outline of points around the Y axis to create a 3-D shape
lathe {
  linear_spline // linear_spline | quadratic_spline | cubic_spline
  5// number of points
  <20><30><35><25><20> // the list of <u,v> points
}