Assimp Loader? #7
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Porting over all the different Model Loader THREE.js would be a lot of work, so was thinking maybe we could make a Loader for Assimp, it's a powerful library capable of loading essentially any model format you can think of. It stores them all into the same format, so if we load its format we automatically support a ton of model formats.
That way we still get to load all the model formats without the need of porting every individual loader.
The text was updated successfully, but these errors were encountered: