Archived
1
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
9d5e8c1767
Update README
Fix links and such
2024-08-09 16:52:26 -04:00
f3feece184 Add deprecation notice 2022-08-16 07:43:26 -04:00
0282848b1f Remove mirror links 2022-06-23 13:58:31 -04:00
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