summaryrefslogtreecommitdiff
path: root/chickadee/render/model.scm
Commit message (Expand)AuthorAgeFilesLines
* render: model: Make a few small tweaks.David Thompson2019-11-051-4/+11
* render: model: Move expressions after definitions to fix Guile 2.2 compatibil...David Thompson2019-11-031-41/+41
* render: model: Invert texture V coords when parsing OBJ files.David Thompson2019-10-291-2/+7
* render: model: Add additional aliases for .mtl bump map specifiers.David Thompson2019-10-281-1/+1
* render: model: Suppress warnings for some deliberately ignored .obj data.David Thompson2019-10-281-11/+19
* render: model: Load ambient maps in .mtl files.David Thompson2019-10-281-1/+16
* render: model: Load diffuse, specular, bump textures in .mtl files.David Thompson2019-10-281-32/+111
* render: model: Support faces with 5 or more elements in OBJ loader.David Thompson2019-10-261-6/+33
* render: model: Correctly handle faces with 4 elements in OBJ loader.David Thompson2019-10-251-15/+35
* render: Restructure 3D modules and add basic support for OBJ models.David Thompson2019-10-241-0/+911