KDAB / kuesa

Professional 3D asset creation and integration workflow for Qt
https://www.kuesa.com/
139 stars 27 forks source link

Fix glTF export when keeping the data files and compressing with draco #112

Closed jcelerier closed 5 years ago

jcelerier commented 5 years ago

The problem was that the exporting pass which is in charge of copying all the data assets, was not aware that the buffers had been stripped and already written to in the target folder - so they were overwritten with the original ones which are kept intact.