summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-14 21:47:42 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-08-14 21:47:42 +0100
commit53625948c88643dcaf8a6910bfd5710057662ee1 (patch)
tree558cd908f5a7e4fc14a33f20a5bf9ff178555d99 /src/Panorama.H
parent0b248f506eb56c0e120da0d08017dc6e466cd9cf (diff)
add GUI for viewpoint selection
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index fe8d41c..fe5b989 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -45,7 +45,7 @@ class Panorama {
Projection *proj;
Projection_t projection_type;
- int get_pos(const char *name, double *phi, double *lam, double *height);
+ Hill * get_pos(const char *name);
void update_angles();
@@ -90,8 +90,12 @@ class Panorama {
int set_viewpoint(const char *pos);
+ void set_viewpoint(const Hill *m);
+
void set_height_dist_ratio(double r);
+ Hills * get_mountains();
+
Hills * get_close_mountains();
Hills * get_visible_mountains();