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

cutaway_textures

top previous next

// cutaway_textures can be useful for texturing differences
difference {
  sphere {
    01
    texture { pigment { color Red } }
  }
  box { 01 }
  // the visible parts of this object will get the texture of the sphere
  cutaway_textures
}