CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
Apache License 2.0
1.87k stars 241 forks source link

error:failed adding attribute TEXCOORD_0 #657

Closed sui0312feng closed 3 months ago

sui0312feng commented 3 months ago

1711449389589 t75.zip

sui0312feng commented 3 months ago

t75.zip contains test files

lilleyse commented 3 months ago

@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"
            },