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

object

top previous next

// general purpose enclosing wrapper for a predefined shape
#declare MyShape = box {-1,1}    // declare the shape
object { MyShape }               // create an actual object with that shape
object { MyShape translate 3*x}  // create another object with that shape