Reading, writing and parsing model formats used in the game League of Legends, and converting them to and from well-known formats.
Early stage. Use the code at your own risk.
For now, all formats are rspeced at a fundamental level, more specs are planned to be added.
Based on https://code.google.com/p/lolmodelviewer/ .
- .skl
- .skn
- .anm
- .md2 ( based on https://tfc.duke.free.fr/old/models/md2.htm )
- .dae ( aka. COLLADA, based on https://www.khronos.org/files/collada_spec_1_4.pdf, https://www.wazim.com/Collada_Tutorial_1.htm and https://thecansin.com/Files/COLLADA.pdf and https://www.khronos.org/files/collada_reference_card_1_4.pdf)
If any violation of anyone's copyright is spotted in this project, please contact utensilcandel at Google Mail.
Some models might be included for Rspec testing, for now I'm using LOL's own model for testing, hopefully I can DIY some later...
MIT Licence, see LICENCE. Copyright (c) 2011-2012 Utensil Song (https://github.com/utensil)