You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to comment them out, but as expected it broke things further. Reporting here as I try to solve the problem. :)
The text was updated successfully, but these errors were encountered:
antpb
changed the title
uv2_vertex and uv2_pars_vertex failing mtoon VRM renderinguv2_vertex and uv2_pars_vertex failing mtoon VRM rendering in Three v151
Mar 31, 2023
In Three.js v151 there were changes that removed
uv2_vertex
anduv2_pars_vertex
which cause issues loading VRM files that have the mtoon shader.Here is the Three.js change: mrdoob/three.js@5c5a5c7#diff-c2bc4656a48180f106fc5f8813c5d6fd1fe51f8af74b7ac5e1939661379d4841
I found that mtoon uses
uv2_vertex
anduv2_pars_vertex
in Line 42 and 17 of the mtoon.vert file.three-vrm/packages/three-vrm-materials-mtoon/src/shaders/mtoon.vert
Line 42 in e4a2dcc
I attempted to comment them out, but as expected it broke things further. Reporting here as I try to solve the problem. :)
The text was updated successfully, but these errors were encountered: