pixiv / three-vrm

Use VRM on Three.js
MIT License
1.31k stars 110 forks source link

Bump Three.js to r162 #1379

Closed 0b5vr closed 8 months ago

0b5vr commented 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.

yue4u commented 8 months ago

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.