Skip to content

Conversation

@JannisX11
Copy link
Owner

This PR keeps track of an attempt to upgrade Three.js to the latest version.

Three.js versions have been hit-or-miss in terms of working correctly for Blockbench:

  • Versions ~130 and newer have performance issues due to rendering back-faces in a separate render call. This has been fixed in some newer version
  • Version 152 and newer use a new color management pipeline, which causes a lot of issues in Blockbench.

https://discourse.threejs.org/t/updates-to-color-management-in-three-js-r152/50791

This PR upgrades to 173, which fixes the performance issue, but contains the color management issues. It attemps to fix those issues, which works fine for shader materials and cubemaps, but anything using built-in three.js materials is still causing issues.

@netlify
Copy link

netlify bot commented Sep 9, 2025

Deploy Preview for blockbench-dev ready!

Name Link
🔨 Latest commit 6ba7fd1
🔍 Latest deploy log https://app.netlify.com/projects/blockbench-dev/deploys/68c0b7ff9be34200080788ee
😎 Deploy Preview https://deploy-preview-2931--blockbench-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JannisX11 JannisX11 marked this pull request as draft September 9, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants