Releases: pmndrs/postprocessing
v6.35.1
v7.0.0-alpha.3
Requires three ≥ 0.162.0 < 0.163.0
What's Changed
- This release includes important resource management fixes and improvements.
- Implement MRT compatible background rendering, see bfac6dc.
- Add
ScanlineEffect
& demo to v7 by @balraj-johal in #602 - Add
ColorDepthEffect
by @benjamin-white in #604 - Add
ToneMapping.LINEAR
andToneMapping.NEUTRAL
. - Fix
DepthPickingPass
anddepth-picking
demo. - Add
TextureEffect
in #607 - Add
SMAAEffect
in #608
New Contributors
- @balraj-johal made their first contribution in #602
- @benjamin-white made their first contribution in #604
Full Changelog: v7.0.0-alpha.2...v7.0.0-alpha.3
v6.35.0
Requires three ≥ 0.152.0 < 0.163.0
three
has been raised due to changes in r162. See #603.
What's Changed
- Added
ToneMappingMode.LINEAR
. See #605. - Added
ToneMappingMode.NEUTRAL
. - Deprecated
Timer
. Usethree/addons/misc/Timer.js
instead.- Updated
ImmutableTimer
according tothree/addons/misc/Timer.js
.
- Updated
- Deprecated
LUT3dlLoader
. Usethree/addons/loaders/LUT3dlLoader.js
instead. - Deprecated
LUTCubeLoader
. Usethree/addons/loaders/LUTCubeLoader.js
instead. - Removed code related to
TextureEncoding
.- Removed
inputEncoding
,getInputEncoding
,setInputEncoding
,getOutputEncoding
fromLUT3DEffect
.
- Removed
Special Thanks
Thanks @juliangarnier and @donmccurdy for the continued support! 🚀
Full Changelog: v6.34.3...v6.35.0
v7.0.0-alpha.2
Requires three ≥ 0.161.0 < 0.162.0
What's Changed
- This release includes important resource management fixes and improvements.
- Added BloomEffect as a more complex test for pipeline resource management.
- It's now possible to add or remove multiple passes at once.
- Pass instances are now pipeline-exclusive and may only be added once.
- Render targets and textures are now wrapped in Resources for decoupled value management.
- Extended G-Buffer capabilities with occlusion and emission data.
- The G-Buffer configuration is now customizable.
- Revised the shader outputs setup.
- Added support for copying depth to CopyPass.
Full Changelog: v7.0.0-alpha-1...v7.0.0-alpha.2
v6.34.3
v6.34.2
Requires three ≥ 0.138.0 < 0.162.0
What's Changed
- SSAOEffect: Mark options as optional in typings by @PontusHorn in #563
- LuminanceMaterial: Fixed luminance threshold for HDR values in e278993
- ToneMappingMode: Updated docs (#567)
New Contributors
- @PontusHorn made their first contribution in #563
Special Thanks
Thanks @juliangarnier and @donmccurdy for the continued support! 🚀
Full Changelog: v6.34.1...v6.34.2
v7.0.0-alpha-1
Requires three ≥ 0.160.0 < 0.161.0
What's Changed
This release includes most of the fundamental changes outlined in #419 and #279.
Please note that some of the features are still incomplete and that many effects are still missing. There's also a good chance that some of the existing features won't work as expected. Use with caution.
Special Thanks
This release was funded by Cozy Giant, Inc. (https://cozygiant.com) 🚀 🎉
Also a big thanks to @juliangarnier and @donmccurdy as well as @pmndrs and all the others who have supported the project in 2023 ❤️
v6.34.1
v6.34.0
Requires three ≥ 0.138.0 < 0.161.0
Changelog
Effects
- ToneMappingEffect
- Added support for AgX tone mapping. See #555.
- Changed default tone mapping mode to AgX.
Enums
- ToneMappingMode
- Added
AGX
.
- Added
Special Thanks
Thanks @juliangarnier and @donmccurdy for the continued support! ❤️
v6.33.4
Requires three ≥ 0.138.0 < 0.160.0
Changelog
Types
- FXAAEffect
- Changed type of
minEdgeThreshold
tonumber
. Thanks @renaudcollet!
- Changed type of
Special Thanks
Thanks @juliangarnier and @donmccurdy for the support! 🚀