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

@ -0,0 +1 @@
Subproject commit 9e39e65b7257bc1139502a14970cc174ca594750

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;
}