Skip to content

Commit

Permalink
farclip
Browse files Browse the repository at this point in the history
  • Loading branch information
wozeparrot committed Jan 22, 2021
1 parent c049158 commit 7f2f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenes/terrain0.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

/** Scene settings */
const float EPS = 0.001;
const int MAX_STEPS = 1024;
const int MAX_STEPS = 2048;
const float NEAR_CLIP = 0.01;
const float FAR_CLIP = 512;
const float FAR_CLIP = 256;
const float FOV = 45;

/** Constants */
Expand Down

0 comments on commit 7f2f64d

Please sign in to comment.