www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 04408d12585b589a87ee2b674dfad9d1a97d0768
parent 1bd696b08845dbc67ec013138d3bb9db395ab4ef
Author: Yoann <yoann.b87@voila.fr>
Date:   Tue, 11 Oct 2011 12:01:38 +0200

Modification de la direction de l'aclairage.

Diffstat:
Mdisplay.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/display.c b/display.c @@ -14,7 +14,7 @@ int initWindow() { float MatDif[4] = {0.0f, 0.8f, 0.0f, 1.0f}; float MatAmb[4] = {0.1f, 0.1f, 0.1f, 1.0f}; - float Light1Pos[4] = {0.0f, 0.0f, -1.0f, 0.0f}; + float Light1Pos[4] = {0.0f, 1.0f, 0.0f, 0.0f}; float Light1Dif[4] = {1.0f, 1.0f, 1.0f, 1.0f}; float Light1Spec[4] = {0.0f, 0.0f, 0.0f, 1.0f}; float Light1Amb[4] = {0.4f, 0.4f, 0.4f, 1.0f};