summaryrefslogtreecommitdiff
path: root/sly/render/camera.scm
Commit message (Expand)AuthorAgeFilesLines
* render: Use separate model, view, and projection matrices.David Thompson2016-04-251-6/+9
* render: camera: Add 3d-camera procedure.David Thompson2015-11-091-1/+12
* render: Reimplement rendering engine using functional combinators.David Thompson2015-09-211-84/+43
* render: Add <scene> record type.David Thompson2015-06-061-4/+12
* render: camera: Add null-viewport.David Thompson2015-06-061-0/+3
* render: camera: Fix orthographic camera such that the y-axis points up.David Thompson2014-11-301-1/+1
* render: Move color module to sly/render directory.David Thompson2014-11-081-1/+1
* math: Move rect module to sly/math directory.David Thompson2014-11-081-1/+1
* math: Move transform module to sly/math directory.David Thompson2014-11-081-1/+1
* Rename (sly helpers) module to (sly utils).David Thompson2014-11-071-1/+1
* viewport: Memoize clear-buffer-mask.David Thompson2014-10-281-9/+12
* viewport: Define standard clear flags.David Thompson2014-10-281-2/+4
* camera: Rewrite module.David Thompson2014-10-261-0/+106