cesss
cesss
> > Quads > > You can use this. > > [KhronosGroup/glTF#1620](https://github.com/KhronosGroup/glTF/pull/1620) > > Although ngon extension is currently neither supported in TinyGLTF nor gltf-insight. You can implement it and...
I really need quads for my work. If I try to implement the ngon-extension myself in gltf-insight, what would be your preferred way for doing it? I mean: should I...
I just had a very simple idea to implement quads and n-gons in a very simple way: no need to new data structures, nor even to store the "collection of...
> You can use JSON-RPC(over http using civetweb https://github.com/civetweb/civetweb) or rpclib https://github.com/rpclib/rpclib to communicate with other app. > > I'm using JSON-RPC + civetweb for our internal projects and it...
@Ybalrid I understand. However, I'm going to start a new project, and I really need the system I described above, no matter if it's done with `gltf-insight` or any other...
@Ybalrid I think we are ourselves in a race condition 🤣 because you first obviously need to finish your first milestones, while I need to start my project this week....
Oh, one thing I forgot: Is OpenGL code confined in a few files, or is it widespread in all the code? (I ask because it might be a good idea...
@Ybalrid Thanks a lot for all the information!! Regarding the C++ standard, I never use new C++ things because I don't need them... In fact I would use today [Cfront](https://en.wikipedia.org/wiki/Cfront)...
@Ybalrid Thanks a lot for all the information! I don't have instanced models for testing in this moment, but I need to support it from the beginning, so I'm glad...
I think it's not a bug, but that maybe interpolated animations of transformation matrices is not implemented yet. I mean, I tried all samples that have animated translation/rotation/scale and all...