Skip to content

Commit

Permalink
Made padding clear
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Sep 16, 2015
1 parent 75b7a43 commit 550d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/MultiVendor/EXT_binary_glTF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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 start of `body` is 4-byte aligned to ease its use with JavaScript Typed Arrays. This implies that trailing spaces may be added to the JSON in the `scene` part such that `(20 + sceneLength)` is divisible by `4`.

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 550d14f

Please sign in to comment.