You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it safe to load gltf models from a different thread
when each thread has it's own tinygltf::TinyGLTF instance or are there internally
global variables which are not synced?
Also what would you think about a JSON backend using SIMDJson? Might speed up the load time significantly...
Best Regards,
Mario
The text was updated successfully, but these errors were encountered:
Is it safe to load gltf models from a different thread
when each thread has it's own tinygltf::TinyGLTF instance or are there internally
global variables which are not synced?
Also what would you think about a JSON backend using SIMDJson? Might speed up the load time significantly...
Best Regards,
Mario
The text was updated successfully, but these errors were encountered: