You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the discussion there. We can add an OutputPass, but switching to it in Drei is a breaking change as well as use of premultiplied alpha here. We'd have to coordinate the two, but I'd recommend pmndrs/postprocessing for any production project.
three-stdlib
should include the OutputPass fromexamples/jsm/postprocessing/OutputPass.js
as a postprocessing pass.This is the new, recommended way to apply color space / tonemapping adjustments as a postprocessing pass.
Additionally, the
Effects
component in Drei should be updated to use OutputPass, per pmndrs/drei#1707.The text was updated successfully, but these errors were encountered: