Archived
1
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
2610de0f7f Add basic MDL parsing
This can read basic MDL files (no terrain, shadow, edge geometry, etc.)
and export them to OBJ. This will be expanded in future commits to let
you export this to an easily readable vertex/index list.

This code is mostly based off of xivModdingFramework/Lumina, and just
ported to C++. All of it will eventually be refactored as there is
duplicate structs EVERYWHERE.
2022-04-11 20:02:20 -04:00
f5bc8b9414 Clarify usage in README 2022-04-11 12:35:44 -04:00
da7e84c53d Update README 2022-04-11 12:33:10 -04:00
970931f048 Update README 2022-03-16 18:02:48 -04:00
2e74f477cf Add README 2022-03-15 16:00:22 -04:00