tentone / nunuStudio

Web powered cross-platform 3D, WebXR game engine.
https://nunustudio.org
MIT License
2.13k stars 319 forks source link

How do I upgrade the three.js version? #525

Closed icewizardry closed 1 year ago

icewizardry commented 2 years ago

I found that the current version of three. js is 104, and it has been released to 140+, how to upgrade?

tentone commented 2 years ago

Hello

The threejs version cannot be upgraded. Newer versions have moved to the usage of ES6 classes that dont work with ES5 inheritance.

Code has to be refactored before three.js can be upgraded.

WelinkOS commented 1 year ago

Is there any plan to upgrade

WelinkOS commented 1 year ago

你好

threejs版本无法升级。较新的版本已经转向使用 ES6 类,这些类不适用于 ES5 继承。

在升级 three.js 之前必须重构代码。 Is there any plan to upgrade

WelinkOS commented 1 year ago

@tentone Is there any plan to upgrade

tentone commented 1 year ago

No plan to upgrade threejs in the near future.