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:
545900b
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Wed, 19 Oct 2011 12:29:24 +0000
(20:29 +0800)
committer
Ash Tyndall
<
[email protected]
>
Wed, 19 Oct 2011 12:29:24 +0000
(20:29 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
fff3726
..
f12ed3f
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-137,10
+137,10
@@
int floorSize = 100;
\r
/* Light 0 parameters */
\r
GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0};
\r
-GLfloat ambient0[] = {
0.0, 0.0, 0
.0, 1.0};
\r
+GLfloat ambient0[] = {
1.0, 1.0, 1
.0, 1.0};
\r
GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0};
\r
GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0};
\r
-GLfloat light0_pos[] ={
1.0, 1.0, 0,0, 1.0};
\r
+GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0};
\r
\r
\r
/**
\r
UCC
git Repository :: git.ucc.asn.au