aboutsummaryrefslogtreecommitdiffstats
path: root/fmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup passTomasz Kramkowski2018-10-271-0/+5
|
* fmd.c: Bump file magic number versionTomasz Kramkowski2018-05-021-1/+1
|
* fmd.c: Correct bugs in implementationTomasz Kramkowski2018-05-021-2/+4
| | | | | Materials are now loaded correctly. Material indices should be loaded with 0xffffffff being -1.
* Implement basic model loading of FMD format.Tomasz Kramkowski2018-04-271-0/+113
The FMD (Faqe Model Data) format is a format designed for faqe. It stores vertex, element and material information and mesh information. This patch provides the basic implementation and use of this format. This patch also implements perspective projection, depth testing and view and model matrices. An example fmd file is provided.