diff options
Diffstat (limited to 'src/glwidget.cpp')
-rwxr-xr-x | src/glwidget.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glwidget.cpp b/src/glwidget.cpp index 263b7dd..a8d8dee 100755 --- a/src/glwidget.cpp +++ b/src/glwidget.cpp @@ -95,7 +95,8 @@ void GLWidget::initializeGL() // Note for maintainers: Z-up float fovY = 120; - float nearPlane = 0.0001f; +// float nearPlane = 0.0001f; + float nearPlane = 0.01; float farPlane = 3 * extentLength; // Initialize camera with a reasonable transform |