KhronosGroup / glTF-Validator

Tool to validate glTF assets.
Apache License 2.0
360 stars 60 forks source link

Web: Support resources in dropped directories #236

Closed lexaknyazev closed 1 week ago

lexaknyazev commented 1 week ago

Fixes #232.

Notes:

/cc @emackey @javagl @echadwick-artist

javagl commented 1 week ago

I'll have to read more in the linked issues and code changes, but maybe you can quickly confirm: With this change, it will be possible to drag-and-drop, for example, ...

and it will resolve that image as part of (or "in the context of") the dropped resources.

Is that correct? (If so, then this does also resolve https://github.com/KhronosGroup/glTF-Validator/issues/208 ...)

lexaknyazev commented 1 week ago

This is correct.