MasatoMakino / minimal-test-environment-jest-threejs

Minimal example for unit testing three.js with jest
MIT License
0 stars 0 forks source link

archive #21

Closed MasatoMakino closed 5 months ago

MasatoMakino commented 5 months ago

three.jsがrev163からWebGL2を実行環境として要求するようになった。 headless-glはWebGLのv1までしかサポートしないため、レンダラーを初期化できない。

テスト環境をvitestに移行しているため、このリポジトリは更新を終了してアーカイブする。

MasatoMakino commented 5 months ago

see : https://github.com/mrdoob/three.js/releases/tag/r163

WebGLRenderer Remove WebGL 1 support. https://github.com/mrdoob/three.js/pull/27836, https://github.com/mrdoob/three.js/pull/27853, https://github.com/mrdoob/three.js/pull/27855, https://github.com/mrdoob/three.js/pull/27969 (@Mugen87)