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

Atmospheric media

top previous next

// atmospheric media can be generated by adding a media statement
// to the scene not attached to any specific object

media {    // atmospheric media sample
  intervals 10
  scattering { 1rgb 0.03 }
  samples 110
  confidence 0.9999
  variance 1/1000
  ratio 0.9
}