Index: source/renderer/SkyManager.cpp =================================================================== --- source/renderer/SkyManager.cpp +++ source/renderer/SkyManager.cpp @@ -251,8 +251,8 @@ // Distance to draw the faces at const float D = 1500.0f; // distance from map center - const float H = 500.0f; // height of the ceiling - const float FH = -100.0f; // height of the "floor" + const float H = 2000.0f; // height of the ceiling + const float FH = -1000.0f; // height of the "floor" CShaderProgramPtr shader; CShaderTechniquePtr skytech;