-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Description
In r150, physicallyCorrectLights was replaced with useLegacyLights, but the documentation still reflects the old state.
This can be especially confusing for TypeScript users because the type definitions have completely removed(!) the old settings.
Reproduction steps
Check the documentation: https://threejs.org/docs/#api/en/renderers/WebGLRenderer
Code
(n/a)
Live example
(n/a)
Screenshots
No response
Version
r150
Device
No response
Browser
No response
OS
No response
Mugen87