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

point light

top previous next

// create a regular point light source
light_source {
  0*x                  // light's position (translated below)
  color rgb <1,1,1>    // light's color
  translate <-2040-20>
}