summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-10 17:56:46 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-10 17:56:46 +0200
commita6547550faf291917ada78728b7fa047740f6ed4 (patch)
tree4249d73dcf3be84ee5eb2e36b3bfed795ffd127a /src/Panorama.cxx
parent68f678d65acf9eed3912a0ffc80da3f4164dddc5 (diff)
initialize viewpoint parameters
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index 00bd0a4..ebf0b5b 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -41,6 +41,9 @@ Panorama::Panorama() {
parms.a_tilt = 0.0;
parms.scale = 3500.0;
view_name = NULL;
+ view_phi = 0.0;
+ view_lam = 0.0;
+ view_height = 0.0;
proj = NULL;
set_projection(Projection::TANGENTIAL);
}