mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 21:25:46 +01:00
Fix orientation of sample flat maps to be north-top (view from south)
This commit is contained in:
parent
0f0fb22074
commit
9faad7397b
@ -153,7 +153,7 @@ templates:
|
|||||||
name: flat
|
name: flat
|
||||||
title: "Flat"
|
title: "Flat"
|
||||||
prefix: flat
|
prefix: flat
|
||||||
perspective: iso_N_90_lowres
|
perspective: iso_S_90_lowres
|
||||||
shader: default
|
shader: default
|
||||||
lighting: default
|
lighting: default
|
||||||
# # To render a world as a "night view", switch to lighting: night
|
# # To render a world as a "night view", switch to lighting: night
|
||||||
@ -220,7 +220,7 @@ templates:
|
|||||||
name: flat
|
name: flat
|
||||||
title: "Flat"
|
title: "Flat"
|
||||||
prefix: flat
|
prefix: flat
|
||||||
perspective: iso_N_90_lowres
|
perspective: iso_S_90_lowres
|
||||||
shader: default
|
shader: default
|
||||||
lighting: default
|
lighting: default
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
@ -250,7 +250,7 @@ templates:
|
|||||||
name: flat
|
name: flat
|
||||||
title: "Flat"
|
title: "Flat"
|
||||||
prefix: flat
|
prefix: flat
|
||||||
perspective: iso_N_90_lowres
|
perspective: iso_S_90_lowres
|
||||||
shader: default
|
shader: default
|
||||||
lighting: default
|
lighting: default
|
||||||
# Background color for map during the day
|
# Background color for map during the day
|
||||||
@ -322,7 +322,7 @@ worlds:
|
|||||||
# name: flat
|
# name: flat
|
||||||
# title: "Flat"
|
# title: "Flat"
|
||||||
# prefix: flat
|
# prefix: flat
|
||||||
# perspective: iso_N_90_lowres
|
# perspective: iso_S_90_lowres
|
||||||
# shader: default
|
# shader: default
|
||||||
# lighting: default
|
# lighting: default
|
||||||
# # To render a world as a "night view", switch to lighting: night
|
# # To render a world as a "night view", switch to lighting: night
|
||||||
@ -390,7 +390,7 @@ worlds:
|
|||||||
# name: flat
|
# name: flat
|
||||||
# title: "Flat"
|
# title: "Flat"
|
||||||
# prefix: flat
|
# prefix: flat
|
||||||
# perspective: iso_N_90_lowres
|
# perspective: iso_S_90_lowres
|
||||||
# shader: default
|
# shader: default
|
||||||
# lighting: default
|
# lighting: default
|
||||||
# # Map background color (day or night)
|
# # Map background color (day or night)
|
||||||
|
@ -306,3 +306,21 @@ perspectives:
|
|||||||
azimuth: 0
|
azimuth: 0
|
||||||
inclination: 90
|
inclination: 90
|
||||||
scale: 16
|
scale: 16
|
||||||
|
|
||||||
|
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||||
|
name: iso_S_90_lowres
|
||||||
|
azimuth: 180
|
||||||
|
inclination: 90
|
||||||
|
scale: 4
|
||||||
|
|
||||||
|
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||||
|
name: iso_S_90_medres
|
||||||
|
azimuth: 180
|
||||||
|
inclination: 90
|
||||||
|
scale: 8
|
||||||
|
|
||||||
|
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||||
|
name: iso_S_90_hires
|
||||||
|
azimuth: 180
|
||||||
|
inclination: 90
|
||||||
|
scale: 16
|
||||||
|
Loading…
Reference in New Issue
Block a user