// sun.pov - SCC Entry by Matthew Grove // Short Description // A spotlight on the far side of the plane pointing towards the camera light_source{z*6rgb 3fade_distance 10fade_power 2spotlight point_at 0radius 10falloff 20} // A plane in front of the camera plane{z,2 // With a crackle pigment pattern that filters plenty of light pigment{crackle color_map{[0rgbf x+y/2+t][.3rgbf x+t][.3rgb y+z][.7rgbf 1][1rgbf 0]}scale.2} hollow} // And some particles to scatter the light so we see it media{intervals 20scattering{1,rgb.6}samples 1,4}