WIP: pas arrivé, certes. Mais dans une bonne direction.

This commit is contained in:
Jean Sirmai 2023-08-06 19:06:28 +02:00
parent b31320b6ba
commit 487a398dd0
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 1 additions and 1 deletions

View File

@ -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);