From 7bf9d02cbab30158ebbae3ea6f6e48ff89f089d2 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Fri, 7 Oct 2011 10:54:41 -0500 Subject: [PATCH] Add 90 degree perspectives for east and west --- src/main/resources/perspectives.txt | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/main/resources/perspectives.txt b/src/main/resources/perspectives.txt index 47407b31..cd20963d 100644 --- a/src/main/resources/perspectives.txt +++ b/src/main/resources/perspectives.txt @@ -342,3 +342,40 @@ perspectives: azimuth: 180 inclination: 90 scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_lowres + azimuth: 90 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_medres + azimuth: 90 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_hires + azimuth: 90 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_lowres + azimuth: 270 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_medres + azimuth: 270 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_hires + azimuth: 270 + inclination: 90 + scale: 16 + \ No newline at end of file