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

Bug in GltfImporter when using "-import-textures 1" and an absolute path for the gltf #120

Open
SergioAlapontARM opened this issue Jul 26, 2023 · 1 comment
Assignees
Labels

Comments

@SergioAlapontARM
Copy link
Contributor

  • Branch: gpu_occlusion (although this will likely happen in main branch too)

Repro

When the working directory of the execution of GltfImporter.exe is not the same directory as the one of the Gltf file (using absolute path as the input file), and using "-import-textures 1" to process the textures relative to the model, it will try to load these textures using a relative path within the working directory resulting in the process to fail.

@godlikepanos godlikepanos self-assigned this Jul 28, 2023
@godlikepanos
Copy link
Owner

Not sure I understand the conditions that trigger the problem. Do you have a complete command line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants