0.3 Rotate axis

This commit is contained in:
PedroEdiaz
2024-09-06 05:08:07 +06:00
parent 0f387f8a71
commit 6161d310bc
8 changed files with 35 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ void load_fix_matrix( unsigned int shader, float ratio );
void load_mdl_matrix( unsigned int shader, unsigned char i, unsigned char c );
void load_rot_matrix( unsigned int shader, unsigned char * angle );
void load_rot_matrix( unsigned int shader, float * q );
unsigned int config_texture( unsigned short type );
@@ -48,3 +48,5 @@ void use_texture( unsigned int texture );
void destroy_texture( unsigned int texture );
unsigned int create_palette_texture( const unsigned char * colors );
float * poll_input( window_t window );