Hello Alex,
there is a limitation for such format: GLB file size is limited to 2^32 bytes because of uint32 length · Issue #2114 · KhronosGroup/glTF · GitHub
You will need to simplify your model or save it by parts.
Hello Alex,
there is a limitation for such format: GLB file size is limited to 2^32 bytes because of uint32 length · Issue #2114 · KhronosGroup/glTF · GitHub
You will need to simplify your model or save it by parts.