[SOLVED] FBX negative indices

Googling this, it seems fbx uses negative indices to indicate the end of a polygon.

@Kwyrky are they still negative after processing them, because that shouldn’t be the case. If you’re doing your own processing, bitwise negation should be fine (just make sure the type of the indices is what’s expected short vs int).