Rémi Arnaud

Results 70 comments of Rémi Arnaud

kmz is another collada archive that has been quite popular. zae is in the 1.5 spec: ``` On import and export, DCC tools must support the .zae format, which is...

Just take any collada model and observe that the material name in collada does not end up as the material name in gltf, but instead the effect name is used.

To be correct, the current implementation maps the collada effect to the gltf material. The instanced effect - by definition the material in collada - should be mapped to the...

@lasalvavida. Thinking about uploading a sample model. I think it could be a good idea to collect unit tests collada files and corresponding unit tests - checking the json has...

those are probably old, maybe not even in 1.4.1 version If you are looking for test files, there are several in the test suite: https://github.com/KhronosGroup/COLLADA-CTS/tree/master/StandardDataSets with proper Khronos licensing. (note...

awesome, thx! On Oct 14, 2015, at 7:04 AM, wookey [email protected] wrote: > Almost all the test files are under a non-free licence (Creative Commons Attribution Noncommercial Share Alike) and...

I have a question for you. Why including collada-dom (which is rather old) and replaced with https://github.com/KhronosGroup/OpenCOLLADA (a while ago) ?

openCOLLADA is not compatible at all with collada-dom. It does replace the feature, but very different programming model and API. openCOLLADA is used by OpenSource software like Blender for example....

I released a few binaries on my fork: https://github.com/RemiArnaud/OpenCOLLADA/releases

Did you read this? https://github.com/RemiArnaud/OpenCOLLADA/releases/download/v1.6.70-max/INSTALL_WIN.txt Static and debug are packaging options. you could see which one work best for you and let others know. If you find a problem feel...