summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/model.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/model.scm b/examples/model.scm
index 2c2f398..26067b6 100644
--- a/examples/model.scm
+++ b/examples/model.scm
@@ -27,7 +27,10 @@
(define (draw alpha)
(with-projection projection
- (draw-model model model-matrix view-matrix position))
+ (draw-model model
+ #:model-matrix model-matrix
+ #:view-matrix view-matrix
+ #:camera-position position))
(draw-text text text-position))
(define (update dt)