feat(viewport): grid fade

This commit is contained in:
parker
2025-06-26 22:43:46 +01:00
parent 09a8a40bfc
commit 7557274d21
2 changed files with 23 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ void ViewportGLWidget::paintGL()
glm::radians(45.0f), // FOV
float(width()) / height(), // aspect ratio
0.1f, // near plane
100.0f // far plane
1000.0f // far plane
);
gridMesh_->useProgram();