summaryrefslogtreecommitdiff
path: root/chickadee/render/scene.scm
Commit message (Expand)AuthorAgeFilesLines
* render: Restructure 3D modules and add basic support for OBJ models.David Thompson2019-10-241-252/+0
* render: scene: Make material factors default to 1.0.David Thompson2018-09-071-4/+4
* render: scene: Apply base color texture and factor.David Thompson2018-09-071-5/+7
* render: scene: Merge metallic roughness into material record type.David Thompson2018-09-071-44/+40
* render: scene: Stop allocating matrices when rendering.David Thompson2018-09-061-22/+17
* render: scene: Add better printers for primitives, meshes, and scenes.David Thompson2018-09-061-0/+17
* Add beginnings of glTF parser and loader.David Thompson2017-09-131-0/+242