Merge: roberto -> main

This commit is contained in:
PedroEdiaz
2024-10-17 22:30:55 -06:00
parent 252aab3dd2
commit 7c1f691b46
9 changed files with 133 additions and 59 deletions

View File

@@ -7,7 +7,6 @@ typedef void * mesh_t;
typedef float * quat_t;
typedef float * mat4_t;
typedef float narray_float_t[];
typedef unsigned char narray_u8_t[];
enum
@@ -23,7 +22,7 @@ int is_open_window(window_t window);
void close_window(window_t window);
mesh_t create_mesh(narray_float_t mesh);
mesh_t create_mesh( float * d, float * n);
void destroy_mesh(mesh_t p);