slower gyros
This commit is contained in:
parent
730b4d5a23
commit
9560b26090
@ -74,7 +74,7 @@ union {
|
|||||||
}
|
}
|
||||||
#undef WB
|
#undef WB
|
||||||
pigment { color Gray90 }
|
pigment { color Gray90 }
|
||||||
#local Ro = 0.5 + (2.0 * rand(Rng1));
|
#local Ro = 0.5 + (1.0 * rand(Rng1));
|
||||||
#if (rand(Rng1) < 0.50)
|
#if (rand(Rng1) < 0.50)
|
||||||
#local Ro = -Ro;
|
#local Ro = -Ro;
|
||||||
#end
|
#end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user