takahirox / three-gltf-extensions

Unofficial Three.js glTF loader/exporter plugins
MIT License
123 stars 20 forks source link

GLBRangeRequests: Simplify #89

Closed takahirox closed 1 year ago

takahirox commented 1 year ago

In GLB format, JSON chumk is required and must be the first chunk. BIN chunk is optional and must be the second chunk if exists.

By using this rule, this commit simplifies the GLB initial JSON chunk loading.

https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#chunks