mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Add 90 degree perspectives for east and west
This commit is contained in:
parent
b5fed110ec
commit
7bf9d02cba
@ -342,3 +342,40 @@ perspectives:
|
|||||||
azimuth: 180
|
azimuth: 180
|
||||||
inclination: 90
|
inclination: 90
|
||||||
scale: 16
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user