summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 17:24:50 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 17:24:50 +0100
commit3a621992b292d97f5d45d2d342b19dd2194011cc (patch)
tree590d3430561406f24c3fa6da51a15be874e9eb07 /src/Panorama.H
parent615a27e3124e8f4eeac86f7e1f6107c66c186d1e (diff)
fix visibility test; fix stitching
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 5dd670f..fc27e43 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -18,7 +18,6 @@ class Panorama {
double view_phi, view_lam, view_height;
char *view_name;
double height_dist_ratio;
- double view_angle;
double hide_value;
Hills *mountains;
Hills *close_mountains;
@@ -58,6 +57,8 @@ class Panorama {
double get_value(Hills *p);
+ int is_visible(double a_alph);
+
double pi_d, deg2rad;
public: