Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor glTFLoaderInterface #16
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the interface looks like this :
The
XXXFileSystem
andXXXResource
methods are mostly identical. A simple flag could singal where we are supposed to load from.Returning an Item, or a Mesh, or an Item with a transofrom (or a mesh with a transform,t hat is not possible right now) should be handled better.