KhronosGroup / glTF-Validator

Tool to validate glTF assets.
Apache License 2.0
372 stars 63 forks source link

Web: Support resources in dropped directories #236

Closed lexaknyazev closed 2 months ago

lexaknyazev commented 2 months ago

Fixes #232.

Notes:

/cc @emackey @javagl @echadwick-artist

javagl commented 2 months 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 2 months ago

This is correct.