Skip to content

Commit

Permalink
piematrix.cpp: Partially revert default perspectiveZFar reduction
Browse files Browse the repository at this point in the history
After: 9ebc6aa (Refactor pie_PerspectiveGet, cache multiple matrices, separate skybox getter)
  • Loading branch information
past-due committed Aug 18, 2023
1 parent 914174c commit 30101f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ivis_opengl/piematrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <algorithm>

static float perspectiveZClose = 330.f;
static float perspectiveZFar = 20000.f;
static float perspectiveZFar = 45000.f;

/***************************************************************************/
/*
Expand Down

0 comments on commit 30101f1

Please sign in to comment.