From 487a398dd0da7a353f3cdff76d6bffd2d543138a Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Sun, 6 Aug 2023 19:06:28 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20pas=20arriv=C3=A9,=20certes.=20Mais=20da?= =?UTF-8?q?ns=20une=20bonne=20direction.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graphics/buffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/buffers.c b/src/graphics/buffers.c index 2721ec4..8f691c9 100644 --- a/src/graphics/buffers.c +++ b/src/graphics/buffers.c @@ -624,7 +624,7 @@ static bool arrows_anchors (long x, long y, long z, GLfloat *vertex_origin, GLfloat *colors_origin) { - float i, j, k, vx, vy, vz, max = fmax(x, y), ad = 0.5f; + float i, j, k, vx, vy, vz, max = fmax(x, y), ad = 0.25f; max = fmax(max, z); printf("arrows_anchors max = %5.2f max / 2 = %5.2f\n", max, max / 2);