From 5feccc73c76dd3c1cd33171d978a58d59b06f1d6 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 31 Aug 2003 09:23:48 +0000 Subject: [PATCH 1/1] Fix the box like cloud layer appearance --- simgear/scene/sky/cloud.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index b098f398..1f62b7cd 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -194,7 +194,7 @@ SGCloudLayer::rebuild() const float layer_scale = layer_span / scale; const float mpi = SG_PI/4; - const float alt_diff = layer_asl * 1.5; + const float alt_diff = layer_asl * 0.8; for (int i = 0; i < 4; i++) { -- 2.39.2