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:
4603319
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 03:20:56 +0000
(11:20 +0800)
committer
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 03:20:56 +0000
(11:20 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
07e0efd
..
818fcf2
100644
(file)
--- a/
globals.c
+++ b/
globals.c
@@
-56,8
+56,8
@@
GLfloat angle = -150; /* in degrees */
GLfloat angle2 = 30; /* in degrees */
/* Near and far parameters */
-GLfloat near = -10
0
;
-GLfloat far = 10
0
;
+GLfloat near = -10;
+GLfloat far = 10;
/* Zoom factor for mouse movements */
GLfloat zoomFactor = 1.0;
UCC
git Repository :: git.ucc.asn.au