diff --git a/static/css/3d-tester.css b/static/css/3d-tester.css index a7e01d3..f7ee561 100644 --- a/static/css/3d-tester.css +++ b/static/css/3d-tester.css @@ -4,3 +4,7 @@ padding: 1em; background-color: lightgray; } + +#object { + height: 500px; +} diff --git a/views/vue-3d.tpl b/views/vue-3d.tpl index 7eaf3a1..f05e9bb 100644 --- a/views/vue-3d.tpl +++ b/views/vue-3d.tpl @@ -23,13 +23,6 @@ > %end - %if object['type'] == "obj-mtl": - - - %end %if object['type'] == "obj": %end - %if object['type'] == "dae": - - - %end %if object['type'] == "json": %end - + %if object['type'] == "dae": + + + %end + %if object['type'] == "obj-mtl": + + + %end