File povray-3.6.9.7-fix.patch of Package povray
Index: source/backend/lighting/photons.cpp =================================================================== --- source/backend/lighting/photons.cpp.orig +++ source/backend/lighting/photons.cpp @@ -604,6 +604,9 @@ void PhotonTrace::ComputeLightedTexture( threadData->passThruPrev = true; } // else die + doReflection = 0; + doRefraction = 0; + doDiffuse = 0; } else {