We want to convert COLLADA files to gltf and found the collada2gltf.exe tool.
The problem is that the build of this tool downloaded from https://github.com/KhronosGroup/glTF/wiki/Converter-builds gives us unexpected results (for example: in most cases no glsl files are created). We also tried to download the latest source code from GitHub and create a build ourselves. It compiles fine but this build generates json files with 0 bytes.
When we use the online tool hosted on this website, everything seems to work fine: http://cesiumjs.org/convertmodel.html
So my question: which build are you using and which configuration?
Could anyone give us the build behind this webpage? Thanks in advance.