Rob Taglang
Rob Taglang
For example, `ktx` may be used in a COLLADA asset, but glTF only supports `png`, `gif`, and `jpg`. If possible, we should convert these textures. The preferred solution to this...
Use valgrind or something similar to find memory leaks in the executable. This is not a huge priority, since most people just run this as a one-off executable, but if...
These changes allow nedb to load large databases without running into the string length limit for node by streaming the file line by line instead of trying to load it...
@RemiArnaud, could you take a look at this when you get a chance? Currently the id of the animation object is created from the sampler, not the animation, so references...
From: https://github.com/KhronosGroup/COLLADA2GLTF/issues/214 @TomJinW says: > When I port this to Android (armeabi-v7a), I got SIGBUS in line 738 typedBuffer[0] = fragmentData; Does anyone know why?
From: https://github.com/KhronosGroup/COLLADA2GLTF/issues/196 I'm not sure if this is valid COLLADA or not, but I can't find anything in the spec explicitly forbidding it. I think the more pressing issue is...