refactor(viewport): change camera start pos

This commit is contained in:
parker
2025-06-27 00:48:17 +01:00
parent 21df364158
commit 0b41e387b9

View File

@@ -29,7 +29,7 @@ void ViewportGLWidget::initializeGL()
loopTimer->start(16);
// init camera
curCamera = GLCamera();
curCamera = GLCamera(-10, 5, -10);
// vertex shader