diff --git a/src/viewer/simpleViewer.cpp b/src/viewer/simpleViewer.cpp index 28720d7..11cca62 100644 --- a/src/viewer/simpleViewer.cpp +++ b/src/viewer/simpleViewer.cpp @@ -112,7 +112,7 @@ void Viewer::drawSkybox() camera()->getModelViewMatrix(modelViewMatrix); // Increase size of skybox - + modelViewMatrix = QMatrix4x4(modelViewMatrix.normalMatrix()); modelViewMatrix.scale(100); float colorMult = 0.2 + std::fabs(0.8 * cos(std::fmod(angle_mult * frame + 300, 360) / 360 * M_PI));