X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=02033d954181ebfe7895feabcc31f8f23dd98a5d;hp=f12ed3f679d10fffc62aff58641d1e961e5d9b43;hb=2e45bbdea680ba33d94f53b8c915294c23fc507d;hpb=33a481008fc799fb11418627458e57d3e109b76b diff --git a/scene.c b/scene.c index f12ed3f..02033d9 100644 --- a/scene.c +++ b/scene.c @@ -139,8 +139,8 @@ int floorSize = 100; GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat ambient0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0}; +GLfloat light0_pos[] ={ 1.0, 2.0, 3,0, 1.0}; GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0}; -GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0}; /**