premier commit du printemps
This commit is contained in:
@@ -29,7 +29,7 @@ texture { WIP_color }
|
||||
*/
|
||||
#macro Bubble ()
|
||||
sphere {
|
||||
0, 0.065
|
||||
0, 0.070
|
||||
#local R = rand(Rng1);
|
||||
#if ( R < 0.333 )
|
||||
texture { Ruby_Glass }
|
||||
@@ -39,13 +39,14 @@ sphere {
|
||||
texture { Gold_Nugget }
|
||||
#end
|
||||
#undef R
|
||||
scale <1.414, 1.000, 1.414>
|
||||
}
|
||||
#end
|
||||
|
||||
#macro Un_Machin ()
|
||||
union {
|
||||
#for (Y, 1, 8, 1)
|
||||
object { Bubble() translate y*Y*0.1 }
|
||||
object { Bubble() translate y*Y*0.11 }
|
||||
#end
|
||||
}
|
||||
#end
|
||||
@@ -53,7 +54,7 @@ union {
|
||||
#declare Les_Machins = object
|
||||
{
|
||||
union {
|
||||
#local Rk = 3.95 + NormClock;
|
||||
#local Rk = 3.90 + NormClock;
|
||||
#for (foo, 0, 359, 45)
|
||||
#local Xpos = Rk * sin(radians(foo));
|
||||
#local Zpos = Rk * cos(radians(foo));
|
||||
|
||||
Reference in New Issue
Block a user