|
var blueRectLight = new THREE.RectAreaLight( 0xf3aaaa, intensity, width, height );
|
|
var blueRectLight = new THREE.RectAreaLight( 0xf3aaaa, intensity, width, height );
|
|
blueRectLight.position.set( 99, 5, 0 );
|
|
blueRectLight.position.set( 99, 5, 0 );
|
|
blueRectLight.lookAt( 0, 5, 0 );
|
|
blueRectLight.lookAt( 0, 5, 0 );
|