added triangle to lua

This commit is contained in:
2026-03-10 18:39:20 +03:00
parent a79ac9743a
commit 0cdd1d021f
5 changed files with 179 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ namespace omath::lua
register_vec3(omath_table);
register_vec4(omath_table);
register_color(omath_table);
register_triangle(omath_table);
register_shared_types(omath_table);
register_engines(omath_table);
}