var ambient = new THREE.AmbientLight(0xffffff);//环境光 scene.add(ambient);
three.js 添加环境光
原文:https://www.cnblogs.com/guxingy/p/11906766.html