This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
zinnia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bump the FOV up, move the far plane to 20 units
master
gradient
8 years ago
parent
088982faa3
commit
8d2193ff81
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/test/shaders/test.frag
+ 2
- 2
examples/test/shaders/test.frag
View File
@ -1,11 +1,11 @@
#version 330 core
#version 330 core
#define FOV
6
0
#define FOV
9
0
#define EPSILON 0.01
#define EPSILON 0.01
#define MAX_STEPS 64
#define MAX_STEPS 64
#define NEAR_D 0.
#define NEAR_D 0.
#define FAR_D
1
0.
#define FAR_D
2
0.
#define GRAD_EPSILON 0.0001
#define GRAD_EPSILON 0.0001
Write
Preview
Loading…
Cancel
Save