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
} else {
color_accumulator /= 5;
break;
}
}

Loading…
Cancel
Save