CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error:failed adding attribute TEXCOORD_0

sui0312feng opened this issue · comments

t75.zip contains test files

@sui0312feng glTF Validator reports a lot of errors for this model. Is it possible to fix those and try again?

This seems to be the most relevant error:

            {
                "code": "MESH_PRIMITIVE_UNEQUAL_ACCESSOR_COUNT",
                "message": "All accessors of the same primitive must have the same count.",
                "severity": 0,
                "pointer": "/meshes/0/primitives/1/attributes/TEXCOORD_0"
            },