diff --git a/window.c b/window.c index 62e330d..aab38aa 100644 --- a/window.c +++ b/window.c @@ -32,7 +32,7 @@ static GLuint _screenId = 0; static surface_t * _sphere = NULL; /* des variable d'états pour activer/désactiver des options de rendu */ -static int _use_tex = 1, _use_color = 1, _use_lighting = 1; +static int _use_tex = 1, _use_color = 0, _use_lighting = 1; /*!\brief on peut bouger la caméra vers le haut et vers le bas avec cette variable */ static float _ycam = 1.0f;