WIP: version stable avant la création des fonctions add / remove_an_arrow (North = - Z / South = + Z)

This commit is contained in:
Jean Sirmai 2023-08-11 09:08:54 +02:00
parent 4d2972400e
commit 3cba87beed
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 2 additions and 2 deletions

View File

@ -439,8 +439,8 @@ static void draw_a_central_star(GLuint *lines_origin, long n)
#define WEST 1 // - x cyan
#define ZENITH 2 // + y vert
#define NADIR 3 // - y magenta
#define NORTH 4 // + z bleu
#define SOUTH 5 // - z jaune
#define SOUTH 4 // - z jaune
#define NORTH 5 // + z bleu
static void draw_some_arrows_demo (GLuint *lines_origin,
long s, long x, long y, long z,