From 9c1685537e498a7101e46c8135dcc20a9c07710e Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Thu, 12 Oct 2023 10:01:23 +0200 Subject: [PATCH] Jouons avec les couleurs, pour voir... --- src/graphics/grid.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/graphics/grid.c b/src/graphics/grid.c index 546a5dc..df13943 100644 --- a/src/graphics/grid.c +++ b/src/graphics/grid.c @@ -41,14 +41,14 @@ void write_space_ridges (long offset_vertex, long offset_colors, long offset_lin graphics_write_vertex (+ x / max, + y / max, + z / max); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); - graphics_write_color (0.9f, 0.4f, 0.2f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); + graphics_write_color (0.9f, 0.2f, 0.1f); graphics_write_line ( 0, 1); graphics_write_line ( 7, 4); graphics_write_line ( 0, 2); graphics_write_line ( 7, 5);