last commits of this night

This commit is contained in:
Tonton Th
2026-02-10 04:59:43 +01:00
parent ceb4dea907
commit c47606438f
8 changed files with 42 additions and 24 deletions

View File

@@ -226,8 +226,9 @@ union {
sphere {
0, 0.070
#local R = rand(Rng1);
#if ( R < 0.333 ) texture { Ruby_Glass }
#elseif ( R < 0.666 ) texture { Orange_Glass }
#if ( R < 0.25 ) texture { Ruby_Glass }
#elseif ( R < 0.50 ) texture { Orange_Glass }
#elseif ( R < 0.75 ) texture { Shadow_Clouds }
#else texture { Gold_Nugget }
#end
#undef R
@@ -238,7 +239,7 @@ sphere {
#macro Un_Machin ()
union {
#for (Y, 1, 8, 1)
object { Bubble() translate y*Y*0.111 }
object { Bubble() translate y*Y*0.115 }
#end
}
#end
@@ -252,7 +253,7 @@ union {
#for (foo, 0, 359, 45)
#local Xpos = Rk * sin(radians(foo));
#local Zpos = Rk * cos(radians(foo));
object { Un_Machin () translate <Xpos, 0.20, Zpos> }
object { Un_Machin () translate <Xpos, 0.22, Zpos> }
#end
#undef Rk
}