From 5233a708a165ba8a3153e054ce74eb11084c0158 Mon Sep 17 00:00:00 2001 From: Sebastian Park Date: Wed, 10 Apr 2024 13:02:37 -0400 Subject: Fix near plane. --- src/glwidget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2