diff --git a/index.html b/index.html index 8b6f6a6..b7a699a 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ function isChrome() function onload() { - gViewer = new Viewer(new CSG(), 600, 600, 5); + gViewer = new Viewer(new CSG(), 600, 600, 50); document.getElementById("viewer").appendChild(gViewer.gl.canvas); if(isChrome()) { @@ -118,10 +118,10 @@ function getStl()