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

sphere

top previous next

// create a sphere shape
sphere {
  <010> // center of sphere <X Y Z>
  0.5       // radius of sphere
  // scale <1,2,1> // <= Note: Spheres can become ellipses by uneven scaling
}