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:
272fb88
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 13:45:34 +0000
(21:45 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 13:45:34 +0000
(21:45 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
954d75c
..
9fb79f8
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-123,8
+123,8
@@
GLfloat angle = -150; /* in degrees */
GLfloat angle2 = 30; /* in degrees */
\r
\r
/* Near and far parameters */
\r
-GLfloat near = -10
0
;
\r
-GLfloat far =
10
0;
\r
+GLfloat near = -10;
\r
+GLfloat far =
5
0;
\r
\r
/* Zoom factor for mouse movements */
\r
GLfloat zoomFactor = 1.0;
\r
UCC
git Repository :: git.ucc.asn.au