We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this.receiveShadow = undefined
1 parent 4c75646 commit 737bf8cCopy full SHA for 737bf8c
src/lights/Light.js
@@ -10,8 +10,6 @@ function Light( color, intensity ) {
10
this.color = new Color( color );
11
this.intensity = intensity !== undefined ? intensity : 1;
12
13
- this.receiveShadow = undefined;
14
-
15
}
16
17
Light.prototype = Object.assign( Object.create( Object3D.prototype ), {
0 commit comments