mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Increased default far plane. Fixes #40.
This commit is contained in:
parent
e1e0a0b812
commit
8990d04782
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void lcCamera::Initialize()
|
|||
{
|
||||
m_fovy = 30.0f;
|
||||
m_zNear = 25.0f;
|
||||
m_zFar = 12500.0f;
|
||||
m_zFar = 50000.0f;
|
||||
|
||||
mState = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue