add more choses
This commit is contained in:
17
gadgets.inc
17
gadgets.inc
@@ -16,16 +16,17 @@ merge {
|
||||
cone { -1.2*y, 0.81, 0.2*y, 1.12 }
|
||||
sphere { 0.2*y 0.73 }
|
||||
}
|
||||
#local CK = NormClock * 7.654;
|
||||
#local CK = NormClock * 8.654;
|
||||
#for (Foo, 0, 7)
|
||||
#local C2X = 4 * sin(CK+rand(Rng1)) * sin(CK*3);
|
||||
#local C2Z = 3 * (sin(-CK+rand(Rng1)) * cos(CK*(5+rand(Rng1))));
|
||||
#local R = 0.05+(0.04*Cos_010(NormClock));
|
||||
cylinder { 0, <C2X, 4.5, C2Z>, R }
|
||||
sphere { <C2X, 4.5, C2Z>, R }
|
||||
#local C2X = 3.4 * sin(CK+rand(Rng1)) * sin(CK*3);
|
||||
#local C2Z = 2.3 * (sin(-CK+rand(Rng1)) * cos(CK*(5+rand(Rng1))));
|
||||
#local R = 0.06+(0.04*Cos_010(NormClock));
|
||||
#local H = 4.2;
|
||||
cylinder { 0, <C2X, H, C2Z>, R }
|
||||
sphere { <C2X, H, C2Z>, R }
|
||||
#end
|
||||
}
|
||||
#if (NormClock < 225)
|
||||
#if (rand(Rng1) < 0.225)
|
||||
texture { tPlasticOrange }
|
||||
#else
|
||||
texture { Ruby_Glass }
|
||||
@@ -33,7 +34,7 @@ merge {
|
||||
|
||||
scale <0.62, 0.5, 0.61>
|
||||
rotate -y*clock
|
||||
translate y*1.50
|
||||
translate y*1.20
|
||||
}
|
||||
|
||||
/* ======================================================= */
|
||||
|
||||
Reference in New Issue
Block a user