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

sky_sphere

top previous next

// Create an infinite sphere around scene and allow any pigment on it
sky_sphere {
  pigment {
    gradient y
    color_map { [0.0 color rgb <0.7,0.7,1.0>] [1.0 color blue 0.5}
  }
}