I have compiled draco_encoder from the latest official git repo, I am using this encoder to convert some OBJ files to drc. I am using THREE.DRACOLoader to load this drc files, but i am getting Unknown minor version error.
I tried looking for way to find version number supported, but didnt had any luck.
Anyone has any idea how to check the version number support for decoder and encoder.
** Note I am not using gltf loader, since i have certain custom needs like supporting custom materials and shaders.
I don’t know if you can see the version number in the source files. But you definitely know the version of your encoder. DracoLoader uses a bunch of JS and WASM files for client-side decoding. Does it work if you replace these files in the three.js repository with files matching your encoder version? The following link leads to the latest ones.