Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmd.c: Bump file magic number version | Tomasz Kramkowski | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | fmd.c: Correct bugs in implementation | Tomasz Kramkowski | 2018-05-02 | 1 | -2/+4 |
| | | | | | Materials are now loaded correctly. Material indices should be loaded with 0xffffffff being -1. | ||||
* | Implement basic model loading of FMD format. | Tomasz Kramkowski | 2018-04-27 | 1 | -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. |