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.
1 parent f4c30aa commit e09939eCopy full SHA for e09939e
src/lights/Light.d.ts
@@ -12,7 +12,7 @@ export class Light extends Object3D {
12
13
color: Color;
14
intensity: number;
15
- isLight: true;
+ isLight: true;
16
receiveShadow: boolean;
17
shadow: LightShadow;
18
/**
0 commit comments