Browse Source

Bump the FOV up, move the far plane to 20 units

master
gradient 8 years ago
parent
commit
8d2193ff81
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/test/shaders/test.frag

+ 2
- 2
examples/test/shaders/test.frag View File

@ -1,11 +1,11 @@
#version 330 core
#define FOV 60
#define FOV 90
#define EPSILON 0.01
#define MAX_STEPS 64
#define NEAR_D 0.
#define FAR_D 10.
#define FAR_D 20.
#define GRAD_EPSILON 0.0001


Loading…
Cancel
Save