diff --git a/index.html b/index.html index a2a646a..e01b7fc 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,7 @@ function onload() { gViewer = new Viewer(new CSG(), 600, 600, 5); document.getElementById("viewer").appendChild(gViewer.gl.canvas); + updateSolid(); } function updateSolid() @@ -103,7 +104,7 @@ function getStl()
-