Assimp
v4.1. (December 2018)
|
For binary .glb files 12-byte header (+ the JSON + a "body" data section) More...
Public Attributes | |
uint32_t | length |
Total length of the Binary glTF, including header, scene, and body, in bytes. More... | |
uint8_t | magic [4] |
Magic number: "glTF". More... | |
uint32_t | version |
Version number (always 2 as of the last update) More... | |
For binary .glb files 12-byte header (+ the JSON + a "body" data section)
uint32_t glTF2::GLB_Header::length |
Total length of the Binary glTF, including header, scene, and body, in bytes.
uint8_t glTF2::GLB_Header::magic[4] |
Magic number: "glTF".
uint32_t glTF2::GLB_Header::version |
Version number (always 2 as of the last update)