-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
New issue
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
failed to load embed TGA in FBX #15718
Labels
Comments
Can you share the model here? |
you can try this fbx. To reproduce this, you can export TGA Texture model to fbx in 3ds max with embed media option. After I added this check code , this issue can be resolved.
|
@hifar I'm experiencing this same warning. Were you able to work around it? Thanks. |
Fixed in #16993 You'll need t add the THREE.Loader.Handlers.add( /\.tga$/i, new TGALoader() ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem
Failed to load embed TGA in FBX, reason is set the path in TGA loader
suggest adding below check in LoadTexture function of FBXLoader.js
The text was updated successfully, but these errors were encountered: