Avoid bottle-neck while drwing lines, fix surface

This commit is contained in:
PedroEdiaz
2024-12-01 12:19:53 -06:00
parent 8be2052c45
commit 6c322a9759
4 changed files with 45 additions and 38 deletions

View File

@@ -57,7 +57,9 @@ void set_projection_mesh( struct projection );
void destroy_mesh(mesh_t p);
void draw_mesh(mesh_t p, char lines);
void draw_mesh(mesh_t p);
void draw_mesh_lines(mesh_t p);
/*
Set background color: