From 4a2fbb88b7ccab784837932ab3d84e17bfd3204b Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 25 Oct 2020 15:49:32 -0500 Subject: add a whole bunch of cglm bindings --- demo/main.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'demo') 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() -- cgit v1.2.1