Rob Taglang

Results 74 comments of Rob Taglang

If that is a windows system error code, 5 is access denied.

So, I see the issue and I will likely add some bounds checking here in COLLADA2GLTF so that you get a more explicit error, but ultimately this is happening because...

Glad to hear it @apptaro, I am going to leave this open as an issue for adding bounds checking to COLLADA accessors during conversion.

Seems reasonable - I think we'll do this as part of #94.

> Okay, nice. I already patched the code in a fork, and I also noticed that many objects derive from GLTF::Object are not children-of-the-root, and according to the official GLTF...

@iWun, it would be difficult to offer any advice without seeing your model. If you could attach it that would be very helpful. Also are you using collada2gltf 1.0 or...

@iWun, I don't see those numbers in your glTF or COLLADA model. Did you attach the right model?

@JamesMGreene, shouldn't be. Pretty sure nedb writes in append mode, hence why it is possible to generate a large database that nedb cannot close and reopen.

@pjcozzi I ran a test with the 1.0 binary and it is outputting "aspect_ratio" instead of "aspectRatio". Do you want me to go ahead and use these binaries, or should...

Bump, I'd like to get https://github.com/KhronosGroup/COLLADA2GLTF/pull/227 merged this week, and it is currently blocked by this.