POV-Ray : Documentation : 2.4.1.9 Sphere
  POV-Ray 3.6 Documentation Online View  
2.4.1.8 Prism   2.4.1.10 Sphere Sweep

2.4.1.9 Sphere

The syntax of the sphere object is:

SPHERE:
    sphere
    {
        <Center>, Radius
        [OBJECT_MODIFIERS...]
    }

The geometry of a sphere.

Where <Center> is a vector specifying the x, y, z coordinates of the center of the sphere and Radius is a float value specifying the radius. Spheres may be scaled unevenly giving an ellipsoid shape.

Because spheres are highly optimized they make good bounding shapes (if manual bounding seems to be necessary).

2.4.1.8 Prism   2.4.1.10 Sphere Sweep


Copyright 2003-2021 Persistence of Vision Raytracer Pty. Ltd.