ikskuh / zig-assimp

Open Asset Importer Library built with Zig
BSD 3-Clause "New" or "Revised" License
16 stars 9 forks source link

glTF importer doesn't build #4

Closed silversquirl closed 9 months ago

silversquirl commented 9 months ago

Building with the glTF format enabled causes C++ error spew about no matching constructor for initialization of 'Value' (aka 'GenericValue<UTF8<>>')

sergeypdev commented 9 months ago

https://github.com/MasterQ32/zig-assimp/pull/8 should fix that

silversquirl commented 9 months ago

Fixed, thanks!