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
First off, incredible project! I'm blown away by the concise code structure and the broad support the library provides. However, I'm getting the following error trying to load a glTF file with many empty morph targets (due to using fbx2gltf):
DataInconsistent: loadWeightAnimationsSampler: data count mismatch: 3 != 25
The model I'm using is monster.glb.txt. I know the model isn't ideal but there are the right number of accessors for each morph target and nothing seems too out of place in that regard. Any thoughts on what could be the issue?
The text was updated successfully, but these errors were encountered:
First off, incredible project! I'm blown away by the concise code structure and the broad support the library provides. However, I'm getting the following error trying to load a glTF file with many empty morph targets (due to using
fbx2gltf
):DataInconsistent: loadWeightAnimationsSampler: data count mismatch: 3 != 25
The model I'm using is monster.glb.txt. I know the model isn't ideal but there are the right number of accessors for each morph target and nothing seems too out of place in that regard. Any thoughts on what could be the issue?
The text was updated successfully, but these errors were encountered: