1
0
Fork 0

XMerge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next

This commit is contained in:
Erik Hofman 2015-12-30 17:14:17 +01:00
commit ba7ec77e43

View file

@ -53,7 +53,7 @@ coord.t = coord.t - 0.5;
float r = length(coord);
if (pixelSize<1.3) {return vec4 (1.0,1.0,1.0,1.0) * 0.08;}
if (pixelSize<1.3) {return 0.08;}
float angle = noise * 6.2832;