glTF-Validator
glTF-Validator copied to clipboard
invalid error BUFFER_BYTE_LENGTH_MISMATCH on > 4GB files
getting
{
"code": "BUFFER_BYTE_LENGTH_MISMATCH",
"message": "Actual data byte length (1839500092) is less than the declared buffer byte length (10429434684).",
"severity": 0,
"pointer": "/buffers/0"
}
despite the provided buffer file having the proper size
Please provide more information about the asset. The value of buffer.byteLength JSON property must not be greater than the buffer file size.