the "fiouuu" commit
This commit is contained in:
parent
a357cd0b1c
commit
346a4ed6ad
@ -377,7 +377,7 @@ union {
|
|||||||
object { Les_Cahutes () translate <22, 0, -9> }
|
object { Les_Cahutes () translate <22, 0, -9> }
|
||||||
|
|
||||||
/* les trucs dans le Y négatif */
|
/* les trucs dans le Y négatif */
|
||||||
object { OpenBox(1.5, 0.08) translate <-16, 1.49, -86> }
|
object { OpenBox(1.5, 0.08) translate <-16, 1.49, -88> }
|
||||||
object { OpenBox(1.5, 0.08) translate <-18, 1.52, -104> }
|
object { OpenBox(1.5, 0.08) translate <-18, 1.52, -104> }
|
||||||
object { OpenBox(1.5, 0.08) translate <-17, 1.52, -134> }
|
object { OpenBox(1.5, 0.08) translate <-17, 1.52, -134> }
|
||||||
object { Les_Cahutes () translate <27, 0, -79> }
|
object { Les_Cahutes () translate <27, 0, -79> }
|
||||||
|
|||||||
@ -35,8 +35,8 @@ merge {
|
|||||||
#local C2X = (R_C + 0.2) * sin(CK2+rand(Rng1)) * sin(CK*3);
|
#local C2X = (R_C + 0.2) * sin(CK2+rand(Rng1)) * sin(CK*3);
|
||||||
#local C2Z = (R_C + 0.3) * (sin(-CK2+rand(Rng1)) *
|
#local C2Z = (R_C + 0.3) * (sin(-CK2+rand(Rng1)) *
|
||||||
cos(CK*(rand(Rng1))));
|
cos(CK*(rand(Rng1))));
|
||||||
#local Rt = 0.03+(0.02*Cos_010(NormClock));
|
#local Rt = 0.02+(0.03*Cos_010(NormClock));
|
||||||
#local H = 1.56;
|
#local H = 1.26;
|
||||||
cylinder { 0, <C2X, H, C2Z>, Rt }
|
cylinder { 0, <C2X, H, C2Z>, Rt }
|
||||||
sphere { <C2X, H, C2Z>, Rt }
|
sphere { <C2X, H, C2Z>, Rt }
|
||||||
#end
|
#end
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
global_settings {
|
global_settings {
|
||||||
assumed_gamma 1.0
|
assumed_gamma 1.0
|
||||||
ambient_light rgb <0.44, 0.44, 0.44>
|
ambient_light rgb <0.48, 0.47, 0.48>
|
||||||
max_trace_level 15
|
max_trace_level 15
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user