Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@jsulpis jsulpis released this 27 Feb 21:24
· 3 commits to main since this release

compare changes

🚀 Enhancements

  • Add support for ping pong FBO technique (39c7004)
  • Add 'onCanvasReady' is useWebGLCanvas (ee41ecc)
  • Add a "transparent" option on the renderPass (e73e9db)
  • Add useTransformFeedback to do maths on the GPU (2a3bb42)

🩹 Fixes

  • Wrong count of texture units (c8a77aa)

📖 Documentation

  • Update the examples with the new synchronous loaders api (4c76307)
  • Add an example of multi-pass post-processing effect (bloom) (ae7fdcc)

🏡 Chore