Skip to content

Commit c9592bf

Browse files
authored
WebGLRenderer: Remove deprecated WebGLRenderer.useLegacyLights (#980)
1 parent 2364fc2 commit c9592bf

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

types/three/src/renderers/WebGLRenderer.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ export class WebGLRenderer implements Renderer {
198198

199199
get coordinateSystem(): typeof WebGLCoordinateSystem;
200200

201-
/**
202-
* @deprecated Migrate your lighting according to the following guide:
203-
* https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733.
204-
* @default true
205-
*/
206-
useLegacyLights: boolean;
207-
208201
/**
209202
* @default THREE.NoToneMapping
210203
*/

types/three/src/renderers/webgl/WebGLPrograms.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export interface WebGLProgramParameters {
187187
shadowMapType: ShadowMapType;
188188

189189
toneMapping: ToneMapping;
190-
useLegacyLights: boolean;
191190

192191
decodeVideoTexture: boolean;
193192

0 commit comments

Comments
 (0)