Added 3D preview to Heightmap editor

This commit is contained in:
Evolvedexperiment 2019-10-15 12:48:52 +00:00
parent a99e81035c
commit 6a10692b22
8 changed files with 51136 additions and 2 deletions

View file

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