-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
new releaseissues to do with the upcoming release of Threeissues to do with the upcoming release of Three
Description
Issue Tracker
This is used to track potential issues we need to investigate surrounding the r150 release.
Core
- ColorManagement: Rename .legacyMode=false → .enabled=true mrdoob/three.js#24940
ColorManagement.legacyMode = false->ColorManagement.enabled = true- fix: r150 renames; ColorManagement.enabled, WebGLRenderer.useLegacyLights #374
- WebGLRenderer:
.physicallyCorrectLights->.useLegacyLightsmrdoob/three.js#24975renderer.physicallyCorrectLights = true->renderer.useLegacyLights = false- fix: r150 renames; ColorManagement.enabled, WebGLRenderer.useLegacyLights #374
- OrbitControls: Add
stopListenToKeyEvents(). mrdoob/three.js#25418- Add
stopListenToKeyEvents()toOrbitControls - feature: Add
stopListenToKeyEventstoOrbitControls#376
- Add
- ColorManagement: Add Display P3 transforms mrdoob/three.js#25520
- Add
DisplayP3ColorSpaceas a constant - feature: add a new constant
DisplayP3ColorSpace#377
- Add
- WebGLMorphTargets: Removes unused fn args from
.updatemrdoob/three.js#25549- We don't have a type definition for
WebGLMorphTargets. Would we add this?
- We don't have a type definition for
Docs
- Docs changes
Addons
- Node material related changes
- WebGPU related changes
Last checked: https://github.com/mrdoob/three.js/releases/tag/r150
Metadata
Metadata
Assignees
Labels
new releaseissues to do with the upcoming release of Threeissues to do with the upcoming release of Three