diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
commit | 85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61 (patch) | |
tree | 49405ce1598633857b69e6c8a30ae7abca324173 /examples/model.scm | |
parent | 0a13a8e9760091031986fe3a429645113dd038b1 (diff) |
Rename 'render' subdirectory to 'graphics'.
Diffstat (limited to 'examples/model.scm')
-rw-r--r-- | examples/model.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/model.scm b/examples/model.scm index 5980e85..d345988 100644 --- a/examples/model.scm +++ b/examples/model.scm @@ -2,9 +2,9 @@ (chickadee math) (chickadee math matrix) (chickadee math vector) - (chickadee render) - (chickadee render model) - (chickadee render font) + (chickadee graphics) + (chickadee graphics model) + (chickadee graphics font) (ice-9 format)) (define projection (perspective-projection (/ pi 3) (/ 4.0 3.0) 0.1 500.0)) |