提交 7359262a 编写于 作者: J Jerome Etienne

more on invisibility cloak

上级 a251218d
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
// render the whole thing on the page // render the whole thing on the page
////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////
var stats = new Stats(); var stats = new Stats();
document.body.appendChild( stats.dom ); // document.body.appendChild( stats.dom );
// render the scene // render the scene
onRenderFcts.push(function(){ onRenderFcts.push(function(){
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
renderer.render( orthoScene, orthoCamera ); renderer.render( orthoScene, orthoCamera );
} }
stats.update(); // stats.update();
}) })
// run the rendering loop // run the rendering loop
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册