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 ed79dab commit cea2e3fCopy full SHA for cea2e3f
types/three/src/renderers/WebGLRenderer.d.ts
@@ -211,6 +211,8 @@ export class WebGLRenderer implements Renderer {
211
get coordinateSystem(): typeof WebGLCoordinateSystem;
212
213
/**
214
+ * @deprecated Migrate your lighting according to the following guide:
215
+ * https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733.
216
* @default true
217
*/
218
useLegacyLights: boolean;
0 commit comments