It takes a long time to export the gltf file of a large model.(20,000,000 Triangular,file size is about 1.5GB) #5612
Answered
by
kimkulling
shaoxiang0427
asked this question in
Q&A
-
|
It takes a long time(21minutes) to export the gltf file of a large model.(20,000,000 Triangular,file size is about 1.5GB);The imported file is also a gltf file. Export it directly. |
Beta Was this translation helpful? Give feedback.
Answered by
kimkulling
Jun 24, 2024
Replies: 2 comments
-
|
Hm, I guess we are currently not optimized to write bigger files. Have you used a debug build? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
As a workaround disable the tangent calculation. This is really slow at this moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kimkulling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a workaround disable the tangent calculation. This is really slow at this moment.