You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gltfpack: Fix bufferView alignment
Instead of aligning *after* the offset for a buffer view was computed,
we now align each chunk that is written to the binary. This makes sure
that the start of the next chunk as well as the entire resulting buffer
is 4b aligned.