diff options
Diffstat (limited to 'examples/model.scm')
-rw-r--r-- | examples/model.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/model.scm b/examples/model.scm index f7ef9f7..98a7deb 100644 --- a/examples/model.scm +++ b/examples/model.scm @@ -2,7 +2,7 @@ (chickadee math) (chickadee math matrix) (chickadee math vector) - (chickadee graphics) + (chickadee graphics engine) (chickadee graphics model) (chickadee graphics font) (ice-9 format)) @@ -27,8 +27,7 @@ (define (draw alpha) (with-projection projection - (with-depth-test #t - (draw-model model model-matrix view-matrix))) + (draw-model model model-matrix view-matrix)) (draw-text text text-position)) (define (update dt) |