increased the near clipping plane to 0.8f

--HG--
branch : nfb
This commit is contained in:
admin8onf@admin8onfs-pro.nfbonf.nfb.ca
2014-03-04 23:40:31 -08:00
parent 748adc050f
commit 6f7359baf6

View File

@@ -37,7 +37,7 @@ KRRenderSettings::KRRenderSettings()
light_intensity = KRVector3::One(); light_intensity = KRVector3::One();
perspective_fov = 45.0 * D2R; perspective_fov = 45.0 * D2R;
perspective_nearz = 0.05f; perspective_nearz = 0.8f; // was 0.05f
perspective_farz = 1000.0f; perspective_farz = 1000.0f;
dof_quality = 0; dof_quality = 0;