git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a7e45
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 09:25:42 +0000
(17:25 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 09:25:42 +0000
(17:25 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
6b3720d
..
ded55aa
100644
(file)
--- a/
globals.c
+++ b/
globals.c
@@
-71,9
+71,9
@@
float lightAngle0 = 0.0, lightHeight0 = 5;
int lightMoving0 = 0, lightStartX0, lightStartY0;
/* Light 1 parameters */
-GLfloat diffuse1[]={1.0, 1.0, 1.0,
1.0
};
-GLfloat ambient1[]={1.0, 1.0, 1.0,
1.0
};
-GLfloat specular1[]={1.0, 1.0, 1.0,
1.0
};
+GLfloat diffuse1[]={1.0, 1.0, 1.0,
0.1
};
+GLfloat ambient1[]={1.0, 1.0, 1.0,
0.1
};
+GLfloat specular1[]={1.0, 1.0, 1.0,
0.1
};
GLfloat direction1[] = {0.0, 0.0, 0.0};
GLfloat lightPosition1[4];
UCC
git Repository :: git.ucc.asn.au