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
It appears from the code here that there is no way to add a vertex attribute that has the normalized flag set to true through the emscripten code path. This causes issues when trying to decode normalized vertex attributes since the decode APIs will return an attribute with normalized as false when it should be true.
See KhronosGroup/glTF-Blender-IO#2013 for some context.
It appears from the code here that there is no way to add a vertex attribute that has the normalized flag set to true through the emscripten code path. This causes issues when trying to decode normalized vertex attributes since the decode APIs will return an attribute with normalized as false when it should be true.
To repro:
test.zip
from this issue and extractno_draco_ushort_uvs.glb
.Result:
The console will output:
Expected:
The console does not show this warning.
The text was updated successfully, but these errors were encountered: