未验证 提交 54368763 编写于 作者: W WestLangley 提交者: GitHub

Clean up

The renderer makes these calls.
上级 329f5e60
......@@ -36,9 +36,6 @@
this.ms_Renderer = new THREE.WebGLRenderer();
this.ms_Renderer.setPixelRatio( window.devicePixelRatio );
this.ms_Renderer.getContext().getExtension( 'OES_texture_float' );
this.ms_Renderer.getContext().getExtension( 'OES_texture_float_linear' );
document.body.appendChild( this.ms_Renderer.domElement );
this.ms_Scene = new THREE.Scene();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册