Split assimp model importing into thread-safe IO and OpenGL object creation
Compare changes
The assimp importer now allows threads without an OpenGL context to load assimp::Importer::MeshData
from a file on disk, which can then later be used to create the corresponding SharedVertexArray
.
Additional changes:
aiProcess_FlipUVs
assimp postprocessing flag