From: Javier Sancho Date: Mon, 24 Apr 2017 18:12:52 +0000 (+0200) Subject: Scale support variations over time X-Git-Url: https://git.jsancho.org/?p=gacela.git;a=commitdiff_plain;h=1a2289c59c999b73d932a60137967961c635c90a Scale support variations over time --- diff --git a/gacela/image.scm b/gacela/image.scm index 6acff1d..236ac74 100644 --- a/gacela/image.scm +++ b/gacela/image.scm @@ -75,7 +75,9 @@ (make-scene "scale" (lambda () - (gl-scale x y z) + (gl-scale (calculate x) + (calculate y) + (calculate z)) (display-scene scene)))) (define (over . scenes)