found it, wasn't handling the intersection case

master
MitchellHansen 7 years ago
parent ed99716565
commit 87b7f60fa0

@ -481,6 +481,7 @@ __kernel void raycaster(
// SHADOW RAY HIT // SHADOW RAY HIT
} else { } else {
color_accumulator /= 5;
break; break;
} }
} }

Loading…
Cancel
Save