diff --git a/three.js/examples/markercloak.html b/three.js/examples/markercloak.html index eb469baf851080578c0515dfd3bd9a78c087436b..30cbe874c2aa32a6a8b99ce6cb5983246bb0fada 100644 --- a/three.js/examples/markercloak.html +++ b/three.js/examples/markercloak.html @@ -206,7 +206,7 @@ // render the whole thing on the page ////////////////////////////////////////////////////////////////////////////////// var stats = new Stats(); - document.body.appendChild( stats.dom ); + // document.body.appendChild( stats.dom ); // render the scene onRenderFcts.push(function(){ @@ -218,7 +218,7 @@ renderer.render( orthoScene, orthoCamera ); } - stats.update(); + // stats.update(); }) // run the rendering loop