Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions types/three/src/renderers/WebGLRenderer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export class WebGLRenderer implements Renderer {
get coordinateSystem(): typeof WebGLCoordinateSystem;

/**
* @deprecated Migrate your lighting according to the following guide:
* https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733.
* @default true
*/
useLegacyLights: boolean;
Expand Down