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

superellipsoid

top previous next

// create a superquadric ellipsoid shape
// As the exponents approach 1.0, the edges get rounder
superellipsoid {
  <0.5,  // east-west exponent (0.0 ... 1.0)
  1.0>   // north-south exponent (0.0 ... 1.0)
}