contrib/model_viewer: fix Y offset, repeated clicks and tweak display
[nit.git] / contrib / model_viewer / src / globe.nit
index 9da1c59..5ad0407 100644 (file)
@@ -91,7 +91,7 @@ class GlobeMaterial
        init surface do init(0, true, [1.0, 1.0, 1.0, 1.0])
 
        # Create and configure a material for the cloud layer
-       init clouds do init(4, false, [1.0, 1.0, 1.0, 0.25])
+       init clouds do init(4, false, [1.0, 1.0, 1.0, 0.5])
 
        # Create and configure a material for the visible atmosphere
        init atmo do init(null, false, [0.0, 0.8, 1.0, 0.05])