1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-08-12 02:44:11 +02:00

removed rands color due to interference with seed

This commit is contained in:
TLC123
2021-08-26 18:04:18 +02:00
parent 23a4204593
commit df71daa0cb

View File

@@ -100,7 +100,7 @@
y = ry - cos(i * step ) * ry; y = ry - cos(i * step ) * ry;
xi = rx - sin((i * step + step) ) * rx; xi = rx - sin((i * step + step) ) * rx;
yi = ry - cos((i * step + step) ) * ry; yi = ry - cos((i * step + step) ) * ry;
color(rands(0, 1, 3, i)) // color(rands(0, 1, 3, i))
hull() { hull() {
intersection() { intersection() {
// shell(epsilon) // shell(epsilon)