Processing the attached file with ``` gltf-pipeline -i .\temple-file.glb -o .\temple-file.draco.glb --draco.quantizePositionBits 23 ``` doesn't produce any errors, with a seemingly valid resulting file. But the file does then not load with any draco decoder I tried, always producing errors similar to this (from THREE):  (and fails in babylon, three, model-viewer, glTFast) From experimentation it seems that - specifying quantizePositionBits contributes to the problem - any value less than 20 works - values greater or equal to 20 break (tried 20, 21, 22, 23, 24, 25) [temple-file.zip](https://github.com/CesiumGS/gltf-pipeline/files/7883329/temple-file.zip) [temple-file.draco.zip](https://github.com/CesiumGS/gltf-pipeline/files/7883347/temple-file.draco.zip)