Assimp  v4.1. (December 2018)
glTF2::GLB_Header Struct Reference

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...
 

Detailed Description

For binary .glb files 12-byte header (+ the JSON + a "body" data section)

Member Data Documentation

◆ length

uint32_t glTF2::GLB_Header::length

Total length of the Binary glTF, including header, scene, and body, in bytes.

◆ magic

uint8_t glTF2::GLB_Header::magic[4]

Magic number: "glTF".

◆ version

uint32_t glTF2::GLB_Header::version

Version number (always 2 as of the last update)


The documentation for this struct was generated from the following file: