diff options
Diffstat (limited to 'src')
-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 2801251..32a28f5 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 |