v6.33.0
Requires three ≥ 0.138.0 < 0.156.0
Changelog
Effects
- Added
LensDistortionEffect
. Thanks @danrossi! - OutlineEffect
- DepthOfFieldEffect
- Changed CoC masking to always use
MULTIPLY_RGB_SET_ALPHA
. This fixes artifacts when using a transparent canvas.
- Changed CoC masking to always use
- BloomEffect
- Updated type definitions. See #519.
Miscellaneous
- Marked helper objects as pure to help with tree-shaking. See 841b82d.
- Updated the demos to account for recent legacy lighting mode changes in
three
.
Special Thanks
Thanks @juliangarnier and @donmccurdy for the support!