3d preview to Heightmap editor (#329)

This commit is contained in:
evolvedexperiment 2019-10-17 22:12:16 +02:00 committed by Azgaar
parent efd9159737
commit 0e308079aa
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;
}
}
}