提交 b1f827c8 编写于 作者: M Mr.doob

WebGLDeferredRenderer: Removed call to deprecated method.

上级 bf7755d3
......@@ -24,7 +24,7 @@ THREE.WebGLDeferredRenderer = function ( parameters ) {
this.renderer = new THREE.WebGLRenderer( { antialias: false } );
this.renderer.setSize( fullWidth, fullHeight );
this.renderer.setClearColorHex( 0x000000, 0 );
this.renderer.setClearColor( 0x000000, 0 );
this.renderer.autoClear = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册