Added 3D preview to Heightmap editor

This commit is contained in:
Evolvedexperiment 2019-10-17 16:57:34 +00:00
parent 9dab5f2a9d
commit 3b25e838af
8 changed files with 51152 additions and 2 deletions

View file

@ -2011,6 +2011,15 @@ svg.button {
stroke-width: 1.4;
}
#_3dpreview {
}
#_3dpreviewEditor {
overflow-y: initial;
overflow-x: initial;
padding: 0px;
}
#legend {
cursor: move;
-moz-user-select: none;
@ -2062,4 +2071,4 @@ svg.button {
.drag-trigger {
display: none;
}
}
}