Closed el-dee closed 3 years ago
Parameter 'byteOffset' of accessors and bufferView is optional, if not present the default value is 0. (See https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#accessor and https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#bufferview)
Without this fix, some glTF samples, like https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/SimpleSkin, can't be loaded.
Parameter 'byteOffset' of accessors and bufferView is optional, if not present the default value is 0. (See https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#accessor and https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#bufferview)
Without this fix, some glTF samples, like https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/SimpleSkin, can't be loaded.