Refactor/split up GltfImport
#739
Labels
enhancement
New feature or request
refactor
Code base improvements, not necessarily feature/API changes.
Milestone
The
GltfImport
class has grown massively over time and currently serves many purposes:GltfImport.Load
)That makes this class (and the file it resides in) hard to understand and maintain. We should explore ways in which it could be split up into multiple single-purpose classes/structs.
It could remain the main API entry point, or we use a builder pattern to make setting up a glTF load context easy to read/understand.
The text was updated successfully, but these errors were encountered: