Y7 Dragon Import weirdness
Opened this issue · 0 comments
theturboturnip commented
Both dragon models in Y7:
c_d56_dragon_big
c_d56_dragon_small
import with extra vertices:
This almost looks like the importer has overrun the vertex buffer? The index buffer is nowhere near correct, so it's probably not that.
This may be linked to #10, as those issues come from a mesh accessing incorrect vertices, which could happen if it starts taking vertices from other meshes. Especially as the Y7 model in that manifest is referencing vertices that are way out of the reported count, but not so high to be like a byte overflow.