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

box

top previous next

// create a box that extends between the 2 specified points
box {
  <-1-1-1>  // one corner position <X1 Y1 Z1>
  < 1,  1,  1>  // other corner position <X2 Y2 Z2>
}