Add STL renderer

This commit is contained in:
jaseg 2019-09-29 13:30:38 +02:00
parent 1a6f2a9caa
commit 00380ac602
5 changed files with 36 additions and 6 deletions

View file

@ -227,3 +227,11 @@ a.btn:active, a.btn:hover, a.btn:visited, a.btn:link {
background-color: #d35f5f;
box-shadow: 1px 2px 4px 1px #000;
}
.controls {
padding-top: 8em;
}
.render_output {
padding-bottom: 8em;
}