summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-28 10:25:40 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit02e5b6af7df001cc105e874ade35b47d560b1f83 (patch)
tree866241a14487cbd2dd63677025dcdde7ff7eea45 /flam3.h
parent9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd (diff)
downloadpucket-02e5b6af7df001cc105e874ade35b47d560b1f83.tar.gz
pucket-02e5b6af7df001cc105e874ade35b47d560b1f83.tar.bz2
pucket-02e5b6af7df001cc105e874ade35b47d560b1f83.zip
Drop oversampling
Just scale it down.
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h1
1 files changed, 0 insertions, 1 deletions
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 */