mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'overclockx64/near-plane-increase' into 'master'
Increased near plane value, fixing character flickering on macOS See merge request veloren/veloren!575
This commit is contained in:
commit
a70f3cfd68
@ -4,8 +4,8 @@ use frustum_query::frustum::Frustum;
|
||||
use std::f32::consts::PI;
|
||||
use vek::*;
|
||||
|
||||
const NEAR_PLANE: f32 = 0.1;
|
||||
const FAR_PLANE: f32 = 10000.0;
|
||||
const NEAR_PLANE: f32 = 0.5;
|
||||
const FAR_PLANE: f32 = 5000.0;
|
||||
|
||||
const FIRST_PERSON_INTERP_TIME: f32 = 0.05;
|
||||
const THIRD_PERSON_INTERP_TIME: f32 = 0.1;
|
||||
|
Loading…
Reference in New Issue
Block a user