donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.1k stars 534 forks source link

Please update glTF-Validator to 2.0.0-dev.3.3 #229

Closed cx20 closed 3 years ago

cx20 commented 3 years ago

This glTF Viewer currently uses glTF-Validator 2.0.0-dev.3.2. Since some glTF extension specifications have already been ratified, it is desirable to update the glTF-Validator as well.

donmccurdy commented 3 years ago

Updated!

cx20 commented 3 years ago

Thank you for updating glTF-Validator.

BTW, the extension using KHR_materials_variants gives an UNSUPPORTED_EXTENSION warning. Is this because it is not yet supported?

For example, if you try to view the following model in glTF Viewer, you will get an UNSUPPORTED_EXTENSION warning. https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/SheenChair/glTF-Binary image

lexaknyazev commented 3 years ago

Yeah, that extension will be added in the next validator release.

cx20 commented 3 years ago

@lexaknyazev Thank you for telling me. I would like to try again when the next version is released.