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

disc

top previous next

// flat circular FINITE (no CSG) shape, center hole cutout is optional
disc {
  <010>  // center position
  z,         // normal vector
  1.0,       // outer radius
  0.2        // optional hole radius
}