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
js: Adjust simplify/simplifyWithAttributes assertions
To make ErrorAbsolute mode useful in JS, it needs to allow values
outside of 0..1 range; for simplicity we just remove the upper bound for
now.
Also, previously flags could contain values that are not recognized as
valid options and this would silently work; these are now checked with
assertions to prevent mistakes.
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.