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

interior_texture

top previous next

// with interior_texture you can give the interior surface
// of an object a different texture
object {
  sphere { 01 }
  texture { pigment { color Red } }
  interior_texture { pigment { color Blue } }
}