0.2 Draw axis

This commit is contained in:
PedroEdiaz
2024-09-05 14:48:51 +00:00
parent a2f49afbf4
commit 06e8e9074b
11 changed files with 213 additions and 53 deletions

View File

@@ -13,7 +13,7 @@ int is_open_window( window_t window );
void close_window( window_t window );
void * create_mesh( int * mesh );
void * create_mesh( float * mesh );
void destroy_mesh( void * p );
@@ -37,4 +37,14 @@ void gload_mat4( unsigned int program, char * var, float * m );
void load_fix_matrix( unsigned int shader, float ratio );
void load_rot_matrix( unsigned int shader, char angle, unsigned char i );
void load_mdl_matrix( unsigned int shader, unsigned char i );
void load_rot_matrix( unsigned int shader, unsigned char * angle );
unsigned int config_texture( unsigned short type );
void use_texture( unsigned int texture );
void destroy_texture( unsigned int texture );
unsigned int create_palette_texture( const unsigned char * colors );