From f417d2b047369cac234c471ef37ab8281181d69f Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 2 Dec 2020 01:42:21 -0600 Subject: create basic scene tree node --- src/glm_bindings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/glm_bindings.h') diff --git a/src/glm_bindings.h b/src/glm_bindings.h index 1b86de2..b04016e 100644 --- a/src/glm_bindings.h +++ b/src/glm_bindings.h @@ -12,6 +12,10 @@ extern int honey_glm_vec4_mt_ref; extern int honey_glm_mat3_mt_ref; extern int honey_glm_mat4_mt_ref; +extern honey_glm_array UNIT_X; +extern honey_glm_array UNIT_Y; +extern honey_glm_array UNIT_Z; + /** @brief Push the honey glm binding functions to the lua stack. * * @returns Nothing. -- cgit v1.2.1