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

Having the light on top seems to be much more useful.

上级 ce91c833
......@@ -47,7 +47,7 @@
scene.add( new THREE.AmbientLight( 0x404040 ) );
light = new THREE.DirectionalLight( 0xffffff );
light.position.set( 0, 0, 1 );
light.position.set( 0, 1, 0 );
scene.add( light );
materials = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册