From 02e5b6af7df001cc105e874ade35b47d560b1f83 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 10:25:40 +0100 Subject: Drop oversampling Just scale it down. --- flam3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index de2ad07..4611196 100644 --- a/flam3.h +++ b/flam3.h @@ -469,7 +469,6 @@ typedef struct { double gamma; double highlight_power; int width, height; /* of the final image */ - int spatial_oversample; double center[2]; /* of camera */ double rot_center[2]; /* really the center */ double rotate; /* camera */ -- cgit v1.2.3