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

Bounds extents

top previous next

// Bounds extents functions
// give the extent of the object's bounding box
#declare Obj = sphere { 01 }
#declare Min = min_extent (Obj);
#declare Max = max_extent (Obj);