Skip to content

Commit

Permalink
Add body 4-byte boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Sep 15, 2015
1 parent 94691b1 commit 112a232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/MultiVendor/EXT_binary_glTF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ An advantage of Binary glTF over glTF is that resources can be embedded without

The binary `body` is the binary payload for geometry, animation key frames, skins, images, and shaders.

The start of `body` is 4-byte aligned to ease its use with JavaScript Typed Arrays.

The buffer with id equal to `"binary_glTF"` is used to address the content of the binary `body`.
An offset of zero addresses the first byte of the binary `body`.

Expand Down

0 comments on commit 112a232

Please sign in to comment.