Closed 0b5vr closed 8 months ago
This PR bumps Three.js to r162.
See: https://github.com/mrdoob/three.js/releases/tag/r162
@types/three no longer expose THREE to global and I somehow forgot to import the types in many files, so I fixed it also.
@types/three
Migration Guide
WebGLRenderer now specifies precision qualifiers for all GLSL sampler types. https://github.com/mrdoob/three.js/pull/27482/files
This change does not affect mtoon and tests are also ok.
This PR bumps Three.js to r162.
See: https://github.com/mrdoob/three.js/releases/tag/r162
@types/three
no longer expose THREE to global and I somehow forgot to import the types in many files, so I fixed it also.