summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 22:45:57 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 22:45:57 +0100
commit20f0e4a68816ae1207f3acf6dfde3d61f927c90e (patch)
tree9e70f79c97a4b50e3ce83f888421d71d6dff5ffc /src/Panorama.cxx
parent7c0849941597490b39118315177d6463a8e65b3d (diff)
add distortion stuff to control window
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index 32d96db..d5bfc62 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -27,6 +27,8 @@ Panorama::Panorama() {
parms.a_nick = 0.0;
parms.a_tilt = 0.0;
parms.scale = 3500.0;
+ parms.k0 = 0.0;
+ parms.k1 = 0.0;
view_name = NULL;
view_phi = 0.0;
view_lam = 0.0;