found it, wasn't handling the intersection case
This commit is contained in:
@@ -481,6 +481,7 @@ __kernel void raycaster(
|
||||
|
||||
// SHADOW RAY HIT
|
||||
} else {
|
||||
color_accumulator /= 5;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user