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:
41e9776
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 06:52:48 +0000
(14:52 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 06:52:48 +0000
(14:52 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
8a8d488
..
aa9f283
100644
(file)
--- a/
globals.c
+++ b/
globals.c
@@
-50,8
+50,8
@@
GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0};
GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0};
GLfloat defaultDirection[] = {0.0, 0.0, 0.0};
-GLfloat defaultCutoff =
1
;
-GLfloat defaultExponent =
0
;
+GLfloat defaultCutoff =
0
;
+GLfloat defaultExponent =
1
;
/* Material types */
GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0};
UCC
git Repository :: git.ucc.asn.au