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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user