diff --git a/images/noodles.png b/images/noodles.png index fc23544..69f5e6f 100644 Binary files a/images/noodles.png and b/images/noodles.png differ diff --git a/noodles.pov b/noodles.pov index e21b120..d400e33 100644 --- a/noodles.pov +++ b/noodles.pov @@ -29,6 +29,7 @@ #while(I <= 14) object { sph1 translate y*.5*I translate x*( RRand(-.15, .15, 1) ) } #declare I = I+1; + // object { box1 translate y*.5*I translate x*( RRand(-.15, .15, 1) ) } #end } @@ -44,11 +45,14 @@ #declare test = union { object { box1 } object { stack1 } + object { stack1 rotate z*180 translate y*.9 translate x*1.1 } object { stack1 rotate x*90 translate y*1 } object { stack1 rotate x*-90 translate z*1 } object { stack1 rotate z*90 translate x*1 } object { stack1 rotate z*-90 translate y*1 } - pigment { color rgb <58,97,58>/255 } } - object {test rotate <45, 145, 45> } + object { + test rotate y*2 + pigment { color rgb <86,88,150>/255 } + }