summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-19 14:17:56 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-19 14:17:56 +0000
commit983b0fc839560702c917a805aba698b7cfe4e3fe (patch)
tree89873b827e881c7139a7cd0b04b337bcc7d66b7c /src/Panorama.cxx
parent53ff36907392c1d4775bcfdfb6201bd210fdb23b (diff)
vor umstellung
vor umstellung
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index e3dfa21..f812e61 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Panorama.cxx,v 1.7 2005/04/17 20:03:13 hofmann Exp $"
+// "$Id: Panorama.cxx,v 1.8 2005/04/19 16:17:56 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -167,6 +167,13 @@ Panorama::set_nick_angle(double a) {
}
void
+Panorama::set_tilt_angle(double a) {
+ a_tilt = a;
+ fprintf(stderr, "-->tilt%f\n", a_tilt/deg2rad);
+ update_visible_mountains();
+}
+
+void
Panorama::set_scale(double s) {
scale = s;
update_visible_mountains();