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:
4971264
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 00:46:56 +0000
(08:46 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 00:46:56 +0000
(08:46 +0800)
globals.c
patch
|
blob
|
history
diff --git
a/globals.c
b/globals.c
index
6f7e985
..
467d27b
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 - calculates scene size */
-GLfloat near = -
15
;
-GLfloat far =
15
;
+GLfloat near = -
30
;
+GLfloat far =
30
;
/* Near and far clipping planes - calculates clipping planes */
GLfloat nearClip = -200;
UCC
git Repository :: git.ucc.asn.au