Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@jsulpis jsulpis released this 26 Aug 19:43
· 3 commits to main since this release

compare changes

🚀 Enhancements

  • postprocessing: Use float textures for all render targets (8722877)
  • postprocessing: Add tone mapping operators (eacf322)
  • Add support for boolean uniforms (a727fff)
  • postprocessing: Include linear to srgb conversion in the tone mapping passes (17ece66)
  • postprocessing: ⚠️ Replace linearToSRGB with linearToneMapping (372a98c)
  • Remove the need to use onCanvasReady (d66ebd8)

🩹 Fixes

  • Bad types for the compositeEffectPass (cfe8e78)

📖 Documentation

  • Add an example for the builtin bloom effect (1f5c297)
  • Improve examples of effect passes (0959428)

⚠️ Breaking Changes

  • postprocessing: ⚠️ Replace linearToSRGB with linearToneMapping (372a98c)