Skip to content
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

gltfpack: Warn when some materials could not be loaded from the .obj/.mtl #641

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

zeux
Copy link
Owner

@zeux zeux commented Dec 15, 2023

This can happen in multiple different ways:

  • No mtllib reference in the .obj file
  • mtllib reference in the .obj file that can not be loaded
  • usemtl references to materials that don't exist in the mtllib

Fixes #640

….mtl

This can happen in multiple different ways:

- No mtllib reference in the .obj file
- mtllib reference in the .obj file that can not be loaded
- usemtl references to materials that don't exist in the mtllib
@zeux zeux merged commit e47e1be into master Dec 16, 2023
12 checks passed
@zeux zeux deleted the obj-mtl branch December 16, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gltfpack: Material Kd is not making it into baseColorFactor
1 participant