Rob Taglang

Results 74 comments of Rob Taglang

I haven't exhaustively gone through the models yet, but so far they look decent.

Adding memory leak checks to CI would be a valuable addition as well

Hi @ua4192. Line segments should work. Could you attach the model you're having trouble with?

Hi @ua4192, the file you attached segfaults OpenCOLLADA's parsing while parsing one of the elements. I haven't done much more digging into this than that yet. Likely this means something...

Initial proof of concept here: https://taglang.io/blog/post/COLLADA2GLTF_with_Emscripten/ I will be putting the required fixes to make this work here and in OpenCOLLADA + it's dependencies a little bit at a time....

Hi @cagucor! I've mostly been focusing the time I do have for this project on infrastructure upgrades (build system/CI) and this hasn't been worked on actively in a while. If...

Re-hosting the relevant model here so that it is directly available: [collada-model-20190116T161419Z-001.zip](https://github.com/KhronosGroup/COLLADA2GLTF/files/2765049/collada-model-20190116T161419Z-001.zip)

This may be an issue with your COLLADA model. Some of your textures are not sized to be powers of two. This isn't critical, but I would consider resizing those...

Seems like a good idea to me, happy to do a review of a PR.

Hi @hilaMarkovitz, thank you for the detailed bug report! This looks similar to the node instancing issue present in #186, and I suspect they are related.