fix an of-by-0.2 bug
This commit is contained in:
parent
ffd3f48b9d
commit
27b37f17dd
@ -43,7 +43,7 @@ union {
|
||||
#for (foo, 0, 359.99, 15)
|
||||
#local Dx = Ra * sin(radians(foo));
|
||||
#local Dz = Ra * cos(radians(foo));
|
||||
cylinder { 0, y*(3.2*KY), Rb*0.72
|
||||
cylinder { 0, y*(3*KY), Rb*0.72
|
||||
#local R = rand(Rng1);
|
||||
#if (R < 0.67) texture { tPlasticPrune }
|
||||
#else texture { tPlasticGreen }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user