found it, wasn't handling the intersection case

This commit is contained in:
MitchellHansen
2017-10-07 22:26:38 -07:00
parent ed99716565
commit 87b7f60fa0

View File

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