Eero Pajarre

Results 10 comments of Eero Pajarre

Have you worked on this? If not I might take a look. My first target use for tinygltf is model writer for some existing model handling code of mine. Couple...

I forked the repo for testing purposes, and I will see how it works out. I think that at least first, I will not be concatenating the buffers, while doing...

I have a work in progress version in https://github.com/epajarre/tinygltf/tree/glb-bin-blob which "seems to work in my personal test case", which is a program building an gltf model from scratch. The branch...

I can send a pull request, but if I wait till tomorrow, I might be able to add/do some more testing OK? .

Unfortunately it looks like that testing is more difficult than I had hoped. Going a round trip from from .glb file into memory and then back does not work as...

Just saying "Me too". Also experiencing this problem with my program, and while searching found this thread. Looks like sydnash is correct.

(Just updated to a recent Gwen) I don't like the va_copy fix (It just feels "dirty") Is there really a need for va_copy? The current code is; va_start(s,fmt) { va_list...

Just checking that you did notice that I do a va_end/va_start pair in the middle of my replacement code? (I have been using this kind of code both on Linux...

Just a a note, but I think I also met this problem. In my case have not noticed any visual issues, but when I show buttons with custom Texture in...

In understand. I am "porting" an application from 32 bit world, so this sort of came up. The custom path workaround exists, and my final target will most probably end...