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:
ec64318
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 07:18:23 +0000
(15:18 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 07:18:23 +0000
(15:18 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
d15258d
..
0616875
100644
(file)
--- a/
globals.c
+++ b/
globals.c
@@
-45,9
+45,9
@@
LightObject lightObjs[LIGHTS];
GLfloat defaultPosition[] = {0.0, 0.0, 0.0, 0.0};
-GLfloat defaultAmbient[] = {0.
0, 1.0, 0.0
, 1.0};
-GLfloat defaultDiffuse[] = {0.
0, 1.0, 0.0
, 1.0};
-GLfloat defaultSpecular[] = {0.
0, 1.0, 0.0
, 1.0};
+GLfloat defaultAmbient[] = {0.
8, 0.8, 0.8
, 1.0};
+GLfloat defaultDiffuse[] = {0.
8, 0.8, 0.8
, 1.0};
+GLfloat defaultSpecular[] = {0.
8, 0.8, 0.8
, 1.0};
GLfloat defaultDirection[] = {0.0, 0.0, 0.0};
GLfloat defaultCutoff = 180;
UCC
git Repository :: git.ucc.asn.au