diff --git a/simpleExample/index.js b/simpleExample/index.js index 89c0e46..0c8f366 100644 --- a/simpleExample/index.js +++ b/simpleExample/index.js @@ -12,8 +12,12 @@ const downloadGCode = gcode => { const jsonLoader = new THREE.JSONLoader(); jsonLoader.load(fileURL, geometry => { - render(, document.getElementById('app')); + render(( +
+ +
+ ), document.getElementById('app')); });