diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-25 15:49:32 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-25 15:49:32 -0500 |
commit | 4a2fbb88b7ccab784837932ab3d84e17bfd3204b (patch) | |
tree | 18ccb83ac3509cfbac55bde497b7b46af4d71ce2 /demo | |
parent | c5874a0fc256a429b682f14344fca74fd0deab3a (diff) |
add a whole bunch of cglm bindings
Diffstat (limited to 'demo')
-rw-r--r-- | demo/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/main.lua b/demo/main.lua index 28e74b2..fe33f87 100644 --- a/demo/main.lua +++ b/demo/main.lua @@ -50,6 +50,7 @@ function demo_cglm() local z = honey.cglm.get_value(array, 2) print(x, y, z) + print(honey.cglm.vec3.norm(array)) end demo_cglm() |