jiangjiangcau

Results 2 issues of jiangjiangcau

I followed the instruction in https://www.npmjs.com/package/gltf-validator to validate a GLB file. This file has invalid magic value, which can be detected by https://github.khronos.org/glTF-Validator/. But https://www.npmjs.com/package/gltf-validator cannot detect it. Does NPM...

From the code: https://github.com/javagl/JglTF/blob/master/jgltf-validator/src/main/java/de/javagl/jgltf/validator/Validator.java#L35 It seems it only support the validation for gltf v1. Do you have plan to extend it to support v2?