This repository was archived by the owner on May 20, 2024. It is now read-only.

Description
I've been trying to melt two glb's (Funny, they're actually gold in real life :) but having this error.
here are mesh arrays of models. they're identical
"meshes": [
{
"name": "Mesh_0",
"primitives": [
{
"attributes": {
"POSITION": 0,
"NORMAL": 1,
"TEXCOORD_0": 2
},
"indices": 3,
"material": 0
},
{
"attributes": {
"POSITION": 4,
"NORMAL": 5,
"TEXCOORD_0": 6
},
"indices": 7,
"material": 1
}
]
}
],
"meshes": [
{
"name": "Mesh_0",
"primitives": [
{
"attributes": {
"POSITION": 0,
"NORMAL": 1,
"TEXCOORD_0": 2
},
"indices": 3,
"material": 0
},
{
"attributes": {
"POSITION": 4,
"NORMAL": 5,
"TEXCOORD_0": 6
},
"indices": 7,
"material": 1
}
]
}
],
Could send the models in private if necessary