Skip to content

Instantly share code, notes, and snippets.

@maku693
Created January 2, 2020 12:31
Show Gist options
  • Save maku693/9fd02847d8a69e9c768bf7ae6bc5488d to your computer and use it in GitHub Desktop.
Save maku693/9fd02847d8a69e9c768bf7ae6bc5488d to your computer and use it in GitHub Desktop.
C.glb errors
{
"uri": "C.glb",
"mimeType": "model/gltf-binary",
"validatorVersion": "2.0.0-dev.2.7",
"validatedAt": "2020-01-02T12:28:33.090Z",
"issues": {
"numErrors": 4,
"numWarnings": 0,
"numInfos": 1,
"numHints": 0,
"messages": [
{
"code": "ACCESSOR_NON_UNIT",
"message": "Accessor element at index 4910 is not of unit length: 0.3957615434469875.",
"severity": 0,
"pointer": "/accessors/1"
},
{
"code": "ACCESSOR_NON_UNIT",
"message": "Accessor element at index 4916 is not of unit length: 0.673854006902064.",
"severity": 0,
"pointer": "/accessors/1"
},
{
"code": "ACCESSOR_NON_UNIT",
"message": "Accessor element at index 5696 is not of unit length: 0.7938758730888367.",
"severity": 0,
"pointer": "/accessors/1"
},
{
"code": "ACCESSOR_NON_UNIT",
"message": "Accessor element at index 5708 is not of unit length: 0.5538930296897888.",
"severity": 0,
"pointer": "/accessors/1"
},
{
"code": "ACCESSOR_INDEX_TRIANGLE_DEGENERATE",
"message": "Indices accessor contains 8 degenerate triangles.",
"severity": 2,
"pointer": "/accessors/5"
}
],
"truncated": false
},
"info": {
"version": "2.0",
"generator": "Khronos glTF Blender I/O v1.0.5",
"resources": [
{
"pointer": "/buffers/0",
"mimeType": "application/gltf-buffer",
"storage": "glb",
"byteLength": 180604
},
{
"pointer": "/images/0",
"mimeType": "image/png",
"storage": "bufferView",
"image": {
"width": 1024,
"height": 1024,
"format": "RGB",
"bits": 8
}
}
],
"hasAnimations": true,
"hasMaterials": true,
"hasMorphTargets": false,
"hasSkins": true,
"hasTextures": true,
"hasDefaultScene": true,
"primitivesCount": 1,
"maxAttributesUsed": 5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment