提交 9598f344 编写于 作者: B Ben Houston

update physica2 variations to emphasize the envmap diffuse

上级 47c18fc2
......@@ -161,11 +161,11 @@
// Lights
scene.add( new THREE.AmbientLight( 0x222222 ) );
//scene.add( new THREE.AmbientLight( 0x222222 ) );
var directionalLight = new THREE.DirectionalLight( 0xffffff, 1 );
directionalLight.position.set( 1, 1, 1 ).normalize();
scene.add( directionalLight );
//var directionalLight = new THREE.DirectionalLight( 0xffffff, 1 );
//directionalLight.position.set( 1, 1, 1 ).normalize();
//scene.add( directionalLight );
var pointLight = new THREE.PointLight( 0xffffff, 2, 800 );
particleLight.add( pointLight );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册