Skip to content

v6.33.0

Compare
Choose a tag to compare
@vanruesc vanruesc released this 11 Aug 21:41
· 176 commits to main since this release

Requires three ≥ 0.138.0 < 0.156.0

Changelog

Effects

  • Added LensDistortionEffect. Thanks @danrossi!
  • OutlineEffect
    • Fixed pattern overlay clearing. See #511.
    • Fixed multisampling artifacts. See 07be2ec.
  • DepthOfFieldEffect
    • Changed CoC masking to always use MULTIPLY_RGB_SET_ALPHA. This fixes artifacts when using a transparent canvas.
  • 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!