POV-Ray / povray

The Persistence of Vision Raytracer: http://www.povray.org/
GNU Affero General Public License v3.0
1.35k stars 282 forks source link

Include files that should use emission #442

Open CousinRicky opened 2 years ago

CousinRicky commented 2 years ago

The following include files use ambient where they should really use emission: finish.inc skies.inc stars.inc

CousinRicky commented 2 years ago

Also in the demo scene cornell.pov, there is an 'ambient 0.78' that should be 'emission 0.78'.