Open gingman opened 1 year ago
I'm generating a component from the sample assets provided on https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/BrainStem
If I use a GLTF file without skinnedMesheverything works fine. However, If I choose an object with skinnedMesh, I get an Uncaught Error: R3F: Primitives without 'object' are invalid!
skinnedMesh
Uncaught Error: R3F: Primitives without 'object' are invalid!
I created a sample app in CodeSandbox that shows this behavior https://codesandbox.io/s/gallant-curie-xz6kzj
I think I'm on the same boat. Loading the assets with cache bust like `?id= seems to solve this however sometimes on the first load I still get it
I'm generating a component from the sample assets provided on https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/BrainStem
If I use a GLTF file without
skinnedMesh
everything works fine. However, If I choose an object withskinnedMesh
, I get anUncaught Error: R3F: Primitives without 'object' are invalid!
I created a sample app in CodeSandbox that shows this behavior https://codesandbox.io/s/gallant-curie-xz6kzj