I try to display some Collada files with WebGL and Three.js. I tried with THREE.ColladaLoader()
but it returns some materials errors.
I see it's possible to convert the file to JSON and then import it to WebGL.
I look around but didn't any solution to do that...
Any clue ?