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:
a5f7590
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 09:22:58 +0000
(17:22 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 09:22:58 +0000
(17:22 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
0124faf
..
a12130d
100644
(file)
--- a/
globals.c
+++ b/
globals.c
@@
-60,9
+60,9
@@
GLfloat factor = 1.0;
GLfloat lineLength = 10;
/* Light 0 parameters */
-GLfloat diffuse0[]={1.0, 0.0, 0.0,
1.0
};
-GLfloat ambient0[]={1.0, 0.0, 0.0,
1.0
};
-GLfloat specular0[]={1.0, 0.0, 0.0,
1.0
};
+GLfloat diffuse0[]={1.0, 0.0, 0.0,
0.1
};
+GLfloat ambient0[]={1.0, 0.0, 0.0,
0.1
};
+GLfloat specular0[]={1.0, 0.0, 0.0,
0.1
};
GLfloat direction0[] = {0.0, 0.0, 0.0};
GLfloat lightPosition0[4];
UCC
git Repository :: git.ucc.asn.au