diff --git a/js/threeView.js b/js/threeView.js
index 66993f3b07fdb05344e244e604288489461592c6..dca3560bc2606f02ce2d9dfc3460773f0e375f79 100755
--- a/js/threeView.js
+++ b/js/threeView.js
@@ -199,7 +199,7 @@ function initThreeView(globals) {
         // depthRenderTarget.setSize( newWidth, newHeight );
         // effectComposer.setSize( newWidth, newHeight );
 
-        render();
+        // render();
     }
 
     function enableControls(state){