use color is 0 by default
This commit is contained in:
parent
28dbebbaf3
commit
fb9be12cab
2
window.c
2
window.c
@ -32,7 +32,7 @@ static GLuint _screenId = 0;
|
|||||||
static surface_t * _sphere = NULL;
|
static surface_t * _sphere = NULL;
|
||||||
|
|
||||||
/* des variable d'états pour activer/désactiver des options de rendu */
|
/* 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 */
|
/*!\brief on peut bouger la caméra vers le haut et vers le bas avec cette variable */
|
||||||
static float _ycam = 1.0f;
|
static float _ycam = 1.0f;
|
||||||
|
Loading…
Reference in New Issue
Block a user