hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.12k stars 391 forks source link

Replace deprecated sRGBEncoding with SRGBColorSpace #503

Open bodydisplaynone opened 3 months ago

bodydisplaynone commented 3 months ago

As of r152, three stopped using sRGBEncoding and started using SRGBColorSpace instead.

This is reflected in the discussions and other various sources.

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

The above causes a build error when using any versions of three above r152 (currently at r162).