A minimal reader for Wizard101's Gamebryo NIF model files. It deliberately skips everything but the model mesh for use in collision detetion..
It covers both geometry systems Wizard101 ships:
- the older
NiTriShapeData/NiTriStripsDatablocks (static props, FX), and - the newer
NiMesh/NiDataStreamblocks (skinned characters — mobs and NPCs).
GPL-3.0-only. See LICENSE.