Skip to content

v6.13.0

Choose a tag to compare

@vanruesc vanruesc released this 17 Mar 23:18
f416ecb

Requires three ≥ 0.102.0 < 0.115.0

Changelog

Core

  • EffectComposer
    • Added multisampling constructor option. Multisample antialiasing requires WebGL 2. See #178.
    • Added multisampling convenience accessors.

Passes

  • Pass
    • Improved renderToScreen setter. See ee2c95d.

Miscellaneous

  • The demo now uses WebGL 2 when it's available.

Notes

While the newly added multisampling feature provides high quality antialiasing at low computational cost, it may produce visual artifacts when used with some effects such as SSAO and should not be regarded as a blanket antialiasing solution.

It's currently not possible to use combined depth-stencil attachments in WebGL 2. See mrdoob/three.js#18887 for details.