summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-03-30 20:49:52 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commita7842df438eda518325138b2207c9a898171ba47 (patch)
tree244c5fdc9d60b6b3692d263c55f3c1634da4a64c /flam3.h
parentc793b2482adaf86d12222743ae8f4a9e26fdb7ef (diff)
downloadpucket-a7842df438eda518325138b2207c9a898171ba47.tar.gz
pucket-a7842df438eda518325138b2207c9a898171ba47.tar.bz2
pucket-a7842df438eda518325138b2207c9a898171ba47.zip
Drop rotation center
Equal to camera center anyway
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 207b920..46286a4 100644
--- a/flam3.h
+++ b/flam3.h
@@ -438,7 +438,6 @@ typedef struct {
double highlight_power;
int width, height; /* of the final image */
double center[2]; /* of camera */
- double rot_center[2]; /* really the center */
double rotate; /* camera */
double vibrancy; /* blend between color algs (0=old,1=new) */
double hue_rotation; /* applies to cmap, 0-1 */