Inochi2D / inox2d

Native Rust reimplementation of Inochi2D
Other
194 stars 22 forks source link

Fix tga decoding issue #82

Closed crlf0710 closed 7 months ago

crlf0710 commented 7 months ago

When loading Aka.inx directly, the code errors imediately (cc #80). Looking at the code it seems it's a easy fix. So I'll push the bugfix directly.

When loading Midori.inx it complains about lack of support for MeshGroup, i think that's a different story...

Speykious commented 7 months ago

And yeah, mesh groups aren't supported right now, but we're gonna get there.