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