aboutsummaryrefslogtreecommitdiffstats
path: root/test_ieee754.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup passTomasz Kramkowski2018-10-271-0/+2
|
* Cleanup: License headers, spacing, namingTomasz Kramkowski2018-05-021-0/+4
| | | | | | | Rename vnorm to fnorm (fragment normal). Change shader license headers to C++ style comments. Fix spacing for PI define in faqe.c. Add missing license headers.
* Implement basic model loading of FMD format.Tomasz Kramkowski2018-04-271-0/+38
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.