Skip to content

v6.35.0

Compare
Choose a tag to compare
@vanruesc vanruesc released this 02 Mar 16:20
· 87 commits to main since this release

Requires three ≥ 0.152.0 < 0.163.0

⚠️ The minimum version of three has been raised due to changes in r162. See #603.

What's Changed

  • Added ToneMappingMode.LINEAR. See #605.
  • Added ToneMappingMode.NEUTRAL.
  • Deprecated Timer. Use three/addons/misc/Timer.js instead.
    • Updated ImmutableTimer according to three/addons/misc/Timer.js.
  • Deprecated LUT3dlLoader. Use three/addons/loaders/LUT3dlLoader.js instead.
  • Deprecated LUTCubeLoader. Use three/addons/loaders/LUTCubeLoader.js instead.
  • Removed code related to TextureEncoding.
    • Removed inputEncoding, getInputEncoding, setInputEncoding, getOutputEncoding from LUT3DEffect.

Special Thanks

Thanks @juliangarnier and @donmccurdy for the continued support! 🚀

Full Changelog: v6.34.3...v6.35.0