diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-05-23 08:53:35 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-05-23 08:53:35 -0400 |
commit | 94719d5a6721c49f16bcfff939a103c7c5ce0b79 (patch) | |
tree | cf00294e8bcb841af50a849fb1a53f206816e88e | |
parent | 47e6e9647abb015dcfa6ea0305ebce5e42ddf5bb (diff) |
node-2d: Export local-matrix and world-matrix methods.
-rw-r--r-- | starling/node-2d.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm index a309bc9..e63d64d 100644 --- a/starling/node-2d.scm +++ b/starling/node-2d.scm @@ -64,6 +64,8 @@ position rotation skew + local-matrix + world-matrix dirty! pivot move-by |