mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-02 17:21:53 +00:00
chore: write gltf header with new writers and outputs
This commit is contained in:
@ -8,6 +8,7 @@ namespace gltf
|
||||
{
|
||||
constexpr uint32_t GLTF_MAGIC = FileUtils::MakeMagic32('g', 'l', 'T', 'F');
|
||||
constexpr uint32_t GLTF_VERSION = 2u;
|
||||
constexpr auto GLTF_VERSION_STRING = "2.0";
|
||||
|
||||
constexpr uint32_t CHUNK_MAGIC_JSON = FileUtils::MakeMagic32('J', 'S', 'O', 'N');
|
||||
constexpr uint32_t CHUNK_MAGIC_BIN = FileUtils::MakeMagic32('B', 'I', 'N', '\x00');
|
||||
|
Reference in New Issue
Block a user