mirror of
https://github.com/Irev-Dev/Round-Anything.git
synced 2025-01-16 18:48:14 +01:00
removed rands color due to interference with seed
This commit is contained in:
parent
23a4204593
commit
df71daa0cb
@ -100,7 +100,7 @@
|
||||
y = ry - cos(i * step ) * ry;
|
||||
xi = rx - sin((i * step + step) ) * rx;
|
||||
yi = ry - cos((i * step + step) ) * ry;
|
||||
color(rands(0, 1, 3, i))
|
||||
// color(rands(0, 1, 3, i))
|
||||
hull() {
|
||||
intersection() {
|
||||
// shell(epsilon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user