Skip to content

Commit

Permalink
WebGLRenderer: Introduce USE_LIGHT_PROBES define. (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 19, 2023
1 parent 1572c35 commit a2a8c2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/three/src/renderers/webgl/WebGLLights.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export class WebGLLights {
numDirectionalShadows: number;
numPointShadows: number;
numSpotShadows: number;
numSpotMaps: number;

numLightProbes: number;
};

ambient: number[];
Expand All @@ -35,6 +38,8 @@ export class WebGLLights {
pointShadowMap: any[];
pointShadowMatrix: any[];
hemi: any[];
numSpotLightShadowsWithMaps: number;
numLightProbes: number;
};

get(light: any): any;
Expand Down

0 comments on commit a2a8c2d

Please sign in to comment.