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
Is there a tentative date for the Sparse Accessor packing support for GLTF/GLB shape keys animation?
Right now this line in GLTFLoader.js gives an error that bufferViews[i] is undefined: desc.accessors.forEach(({ bufferView: i, componentType }) => { bufferViews[i].componentType = componentType; });