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

Fixed example. For some reason the clearColor was killing the shadows (and...

Fixed example. For some reason the clearColor was killing the shadows (and antialias, something to do with alpha I guess).
上级 72065046
......@@ -157,7 +157,7 @@
group3.rotation.x = 0;
scene.add( group3 );
renderer = new THREE.WebGLRenderer( { antialias: true, clearColor: 0xffffff } );
renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.setSize( window.innerWidth, window.innerHeight );
container.appendChild( renderer.domElement );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册