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
For performance and compatibility reasons, each element of a vertex attribute must be aligned to 4-byte boundaries inside bufferView (i.e., accessor.byteOffset and bufferView.byteStride must be multiples of 4).
The 1.0 to 2.0 upgrade step is currently ignoring this note in the spec. The fix will likely involve adding padding to the buffer. More discussion in #421.
The text was updated successfully, but these errors were encountered:
The 1.0 to 2.0 upgrade step is currently ignoring this note in the spec. The fix will likely involve adding padding to the buffer. More discussion in #421.
The text was updated successfully, but these errors were encountered: