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

Support resources in subdirectories in the Drag-And-Drop interface #208

Closed
javagl opened this issue Jul 7, 2023 · 1 comment
Closed

Comments

@javagl
Copy link

javagl commented Jul 7, 2023

When dragging-and-dropping a .gltf file that refers to a resource (texture or buffer) that is contained in a subdirectory, together with that subdirectory, into the Drag-And-Drop interface, the validator complains about missing resources.

Common viewers (Like https://gltf-viewer.donmccurdy.com/ or https://sandbox.babylonjs.com/ ) are able to resolve these resources when they are dropped together with the .gltf file (and they run the validator on them, and are not causing errors in this case...)

I think the validator should be able to resolve these resources as well.

As an example, the "Duck" asset, modified to put the texture and buffer into subdirectories.

Duck with subdirectories.zip

@lexaknyazev
Copy link
Member

Duplicate of #232.

@lexaknyazev lexaknyazev closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants