aboutsummaryrefslogtreecommitdiff
path: root/raymarch.cl
diff options
context:
space:
mode:
Diffstat (limited to 'raymarch.cl')
-rw-r--r--raymarch.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/raymarch.cl b/raymarch.cl
index 34ef8ed..d0092d9 100644
--- a/raymarch.cl
+++ b/raymarch.cl
@@ -189,7 +189,7 @@ __kernel void render_fisheye(__global double* result, double3 eye_pos, double3 e
const double2 screen_pos = getNormalizedScreenPos(x, y);
if (!inFishEyeView(screen_pos)) {
- setColor(result, x, y, 0.0);
+ setColor(result, x, y, 1.0);
return;
}