解答:fillScene() 創造場景後加入:

1
2
3
var light = new THREE.DirectionalLight( 0xFFFFFF, 1.5 );
light.position.set( -200, 200, -400 );
scene.add( light );