DarkStarSword / 3d-fixes

Stereoscopic 3D fixes using Helix mod & 3DMigoto
108 stars 128 forks source link

Import .ib without .vb #14

Closed HalanoSiblee closed 1 year ago

HalanoSiblee commented 1 year ago

hello i've downloaded mod which have .ib models only no .vb script refuses to import .ib without .vb file how fix this ?

DarkStarSword commented 1 year ago

It doesn't make sense to have an index buffer without a vertex buffer. That's like having instructions for a join the dots but with no dots to join.

Maybe the mod is relying on the unaltered vertex buffer from the game? If that is the case you would have to dump that buffer just as you would normally do.