From: ehofman Date: Sun, 31 Aug 2003 09:23:48 +0000 (+0000) Subject: Fix the box like cloud layer appearance X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5feccc73c76dd3c1cd33171d978a58d59b06f1d6;hp=1cf13a7c1a77aba962d54b8a97de6b92867543a2;p=simgear.git Fix the box like cloud layer appearance --- 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++) {