Replies: 1 comment 1 reply
-
Hi @aer0ace, Sounds doable, but first I'd like to understand if this is really project specific or in fact something that could be implemented within glTFast. Which of Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a project I'm working on, the URI specified to load glTF models from a server is more complex than just a path to the model. As such, I've experimented with modifying UriHelper to suit our needs, but since it's part of the glTFast source, I can't override default behavior with some sort of DI solution. It'd be great if we can have an IUriHelper, with the existing implementation as the DefaultUriHelper, so that we can implement our own solution and inject it into GltfImport from the consuming code.
Beta Was this translation helpful? Give feedback.
All reactions