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

Removed (uh! non-working) clearColor from Minecraft example.

@alteredq: I'll try to tackle Minecraft AO next.
上级 1041b547
......@@ -193,7 +193,7 @@
directionalLight.position.set( 1, 1, 0.5 ).normalize();
scene.add( directionalLight );
renderer = new THREE.WebGLRenderer( { clearColor: 0xbfd1e5 } );
renderer = new THREE.WebGLRenderer();
renderer.setSize( window.innerWidth, window.innerHeight );
container.innerHTML = "";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册