Dispose GltfImport (only) while keeping instances intact #179
Labels
enhancement
New feature or request
import
Import of glTF files
refactor
Code base improvements, not necessarily feature/API changes.
run-time
After all desired instantiations are done, the
GltfImport
could be Disposed. The current mechanism would dispose resources (like materials, meshes and textures) as well, breaking all instances.An alternative Dispose that leaves instances intact could free up some memory.
The text was updated successfully, but these errors were encountered: