marcofugaro/three-projected-material

Constant LogLuvEncoding removed in three r135

remmel opened this issue · 3 comments

Hello,

The constant export const LogLuvEncoding = 3003; has been removed in three r135 : mrdoob/three.js@1d544d0

To avoid that warning

WARNING in ./node_modules/three-projected-material/build/ProjectedMaterial.module.js 79:9-29
"export 'LogLuvEncoding' (imported as 'THREE') was not found in 'three'

The case might be removed from

case THREE.LogLuvEncoding:

Thanks!

AH DAMN, thanks you for the heads up!

in r137 GammaEncoding, LogLuvEncoding, RGBDEncoding, RGBEEncoding, RGBM16Encoding, RGBM7Encoding has been also removed
https://github.com/mrdoob/three.js/commits/r137/src/constants.js

https://github.com/mrdoob/three.js/commits/master/src/constants.js

Fixed in v2.1.0!