KhronosGroup / glTF-Validator

Tool to validate glTF assets.
Apache License 2.0
360 stars 60 forks source link

morphTargets count in the generated report #212

Open CITIZENDOT opened 8 months ago

CITIZENDOT commented 8 months ago

This is not a bug, but rather a feature request.

Along with this information:

"animationCount": 1,
"materialCount": 1,
"hasMorphTargets": true,
"hasSkins": false,
"hasTextures": true,
"hasDefaultScene": true,
"drawCallCount": 1,
"totalVertexCount": 31415,
"totalTriangleCount": 59880,
"maxUVs": 1,
"maxInfluences": 0,
"maxAttributes": 4,

It would be helpful if number of morphTargets is also added here.