Updating the Json Engine to be less dependency heavy.#8
Conversation
|
@ryanbartley hi , I use your fork under mac os, and compiled , when after ` [ 75%] Building CXX object IO-glTF/CMakeFiles/IO-glTF.dir/gltfWriter.cpp.o /Users/adams/Documents/code/FBX-glTF/IO-glTF/gltfWriter.cpp:433:20: error: /Users/adams/Documents/code/FBX-glTF/IO-glTF/gltfWriter.cpp:597:8: error: 2 errors generated. make[2]: *** [IO-glTF/CMakeFiles/IO-glTF.dir/gltfWriter.cpp.o] Error 1 make[1]: *** [IO-glTF/CMakeFiles/IO-glTF.dir/all] Error 2 make: *** [all] Error 2` I'm not family with c++, do you know how to solve this problem? |
|
I had problems compiling due to the Casablanca dependency, this patch applied cleanly and I was able to convert a model with it. +1 for this patch! |
Fix for #5.