--- benchmarks/programs/illust-vr/bmark-diderot.diderot 2011/11/22 17:42:10 1654 +++ benchmarks/programs/illust-vr/bmark-diderot.diderot 2011/11/22 18:29:29 1655 @@ -83,8 +83,7 @@ real k1 = (trace(Gten) + disc)/2.0; real k2 = (trace(Gten) - disc)/2.0; gray *= rival([min(0.55, |Gten|)/0.55, atan2(k2,k1)]); - vec3 matRGB = depth(lerp(0.0, 1.0, camVspNear, rayN, camVspFar)) - if useDepth else [1.0,1.0,1.0]; + vec3 matRGB = depth(lerp(0.0, 1.0, camVspNear, rayN, camVspFar)); rayRGB = rayRGB + rayTransp*aa*gray*matRGB; rayTransp = rayTransp*(1.0 - aa); }
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: B = rayRGB + rayTransp*aa*gray*matRGB; rayTransp = rayTransp*(1.0 - aa); }