v6.26.4
Requires three ≥ 0.107.0 < 0.141.0
Changelog
Effects
- BloomEffect
- Fixed
luminanceSmoothing
constructor parameter. - Output will no longer be clamped to
[0.0, 1.0]
.
- Fixed
- GodRaysEffect
- Added
depthMaskMaterial
getter.
- Added
- SelectiveBloomEffect
- Fixed a bug that broke depth masking when the selection was empty.
- ToneMappingEffect
- Added accessors for
whitePoint
,middleGrey
andaverageLuminance
.
- Added accessors for
Materials
- DepthMaskMaterial
- Changed default value of
epsilon
to1e-4
.
- Changed default value of
Passes
- EffectPass
- Changed visibility of
effects
toprotected
. - Changed visibility of
updateMaterial
toprotected
. - Reverted deprecation of
dithering
.
- Changed visibility of
Special Thanks
Thanks @canadaduane for the continued support!