Hello, I want to export model with 165 million polygons in glb format. I get a message that . Is there any limitation on exporting models in GLB format?
Thank you very much
Alex
Hello, I want to export model with 165 million polygons in glb format. I get a message that . Is there any limitation on exporting models in GLB format?
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.