zgltf
zgltf copied to clipboard
A glTF parser for Zig codebase.
I'm pretty new to zig and I've been trying to parse gltf files at build time so I can build an asset cache and it requires that you reexport from...
Hello, I was trying out this library. I imported a very plane that I exported out of blender as .glb ``` .position => |idx| { const acc = gltf.data.accessors[idx]; std.debug.print("acc:{any}",...
This is more a question about design choice than a real issue, but it potentially still presents an issue underneath. Looking into the structure, a gltf contains meshes, which contain...
I read sources of zgltf and find buffers for images loaded only for glb. If I try to load gltf with buffers like ``` "images": [ { "mimeType": "image/jpeg", "bufferView":...