Jouons avec les couleurs, pour voir...
This commit is contained in:
parent
98b77ec4d9
commit
9c1685537e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue