Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Error: Melded asset has no equivalent to base mesh 0, primitive 0. #36

Open
sercanov opened this issue Nov 17, 2021 · 1 comment
Open

Comments

@sercanov
Copy link

sercanov commented Nov 17, 2021

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

@AndrewKieser
Copy link

To my understanding there is something different about the two models. So when it tries to meld that section of the model it is only found in one of them.

Double check all your geometry is exactly mirrored.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants