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

Softer shadows in Minecraft AO example.

上级 6582db98
......@@ -98,7 +98,7 @@
// sides
var light = new THREE.Color( 0xffffff );
var shadow = new THREE.Color( 0x404040 );
var shadow = new THREE.Color( 0x505050 );
var pxGeometry = new THREE.PlaneGeometry( 100, 100 );
pxGeometry.faces[ 0 ].materialIndex = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册