diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-10 17:56:46 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-10 17:56:46 +0200 |
commit | a6547550faf291917ada78728b7fa047740f6ed4 (patch) | |
tree | 4249d73dcf3be84ee5eb2e36b3bfed795ffd127a /src | |
parent | 68f678d65acf9eed3912a0ffc80da3f4164dddc5 (diff) |
initialize viewpoint parameters
Diffstat (limited to 'src')
-rw-r--r-- | src/Panorama.cxx | 3 |
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); } |