le commit avant-sieste
This commit is contained in:
14
contexte.inc
14
contexte.inc
@@ -35,9 +35,11 @@ difference {
|
||||
cylinder { 0, y*0.36, R*0.99 }
|
||||
cone { y*0.37, R*0.80, y*0.425, R*0.83 }
|
||||
#for (Foo, 0, 359, 10)
|
||||
#local Dx = R * sin(radians(Foo));
|
||||
#local Dz = R * cos(radians(Foo));
|
||||
cone { 0, 0.01, y*0.41, 0.10 translate <Dx, 0, Dz> }
|
||||
#if (rand(Rng1) > 0.16)
|
||||
#local Dx = R * sin(radians(Foo));
|
||||
#local Dz = R * cos(radians(Foo));
|
||||
cone { 0, 0.01, y*0.41, 0.10 translate <Dx, 0, Dz> }
|
||||
#end // if random
|
||||
#end
|
||||
}
|
||||
texture { T }
|
||||
@@ -376,9 +378,9 @@ union {
|
||||
object { Les_Cahutes () translate <23, 0, -10> }
|
||||
|
||||
/* les trucs dans le Y négatif */
|
||||
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 <-17, 1.52, -134> }
|
||||
object { OpenBox(1.5, 0.06) translate <-16, 1.49, -88> }
|
||||
object { OpenBox(1.5, 0.06) translate <-18, 1.52, -104> }
|
||||
object { OpenBox(1.5, 0.06) translate <-17, 1.52, -134> }
|
||||
object { Les_Cahutes () translate <27, 0, -79> }
|
||||
object { Les_Cahutes () translate <31, 0, -91> }
|
||||
object { Les_Cahutes () translate <29, 0, -104> }
|
||||
|
||||
Reference in New Issue
Block a user