-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Milestone
Description
As discussed in #11332
-
renderer.gammaInputneeds to be deprecated. We now supporttexture.encodinginstead. -
renderer.gammaOutput needs to be deprecated and replaced with
renderer.outputEncodingwhen rendering to the screen. We already supportrenderTarget.texture.encodingwhen rendering to a render target. -
WebGLPrograms.getProgramCode() needs to be updated to respond to changes in
renderer.outputEncoding. Settingmaterial.needsUpdate = truewill then force the change. -
Legacy warnings need to be added, and the examples need to be updated to accommodate this change.
Mugen87, donmccurdy, mrdoob, Ben-Mack, looeee and 3 more