increase phy of blinkenlight
This commit is contained in:
parent
f8fa077655
commit
f8f3dcd85e
@ -40,7 +40,7 @@ union {
|
||||
#local xR = (rand(Rng2)-0.5000) * kR;
|
||||
#local yR = (rand(Rng2)-0.5000) * kR;
|
||||
#local zR = (rand(Rng2)-0.5000) * kR;
|
||||
#local Value = sin( (NormClock * 26.536) + (2*rand(Rng1)) );
|
||||
#local Value = sin( (NormClock * 26.536) + (3.14*rand(Rng1)) );
|
||||
#if (Value < 0)
|
||||
#local Couleur = rgb <abs(Value), 0, 0>;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user