File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
types/three/src/renderers Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ export interface WebGLProgramParameters {
187187 shadowMapType : ShadowMapType ;
188188
189189 toneMapping : ToneMapping ;
190- useLegacyLights : boolean ;
191190
192191 decodeVideoTexture : boolean ;
193192
You can’t perform that action at this time.
0 commit comments