We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import {FBXLoader} from "three/examples/jsm/loaders/FBXLoader"; const objLoader = new FBXLoader(); // TODO: Add error handling. objLoader.load(file, async (object: any) => { scene.add(object); });
error: THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js
THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js
The text was updated successfully, but these errors were encountered:
inflate.min.js is currently not available as a module so you have to import it via the script tag like so:
inflate.min.js
<script src="libs/inflate.min.js"></script>
Sorry, something went wrong.
thank you
No branches or pull requests
error:
THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js
Three.js version
Browser
OS
The text was updated successfully, but these errors were encountered: