AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
452 stars 62 forks source link

Add schema support for KHR_materials_variants #189

Closed emackey closed 4 years ago

emackey commented 4 years ago

This just adds JSON validation for KHR_materials_variants. Would be nice to add UI support as well. Will any engines offer helper code for that, or is each app expected to roll its own?

emackey commented 4 years ago

/cc https://github.com/cx20/gltf-test/pull/154, https://github.com/cx20/gltf-test/pull/155

emackey commented 4 years ago

Going to merge the schema for now. Will open a new issue to add the UI later.