Stiegenhaus renoviert.
This commit is contained in:
parent
39dd922e7e
commit
3343510a7a
|
@ -183,28 +183,59 @@
|
||||||
#local J = 0;
|
#local J = 0;
|
||||||
#while (J < 360)
|
#while (J < 360)
|
||||||
union {
|
union {
|
||||||
#local I= 0;
|
|
||||||
#while (I < 10)
|
|
||||||
box {
|
|
||||||
<-10+(I+1)*0.4, 14.8-3*2.84 - I*0.196, 0>
|
|
||||||
<-10+I*0.4, 14.8-3*2.84 - I*0.196 - 0.1, +1>
|
|
||||||
texture { T_bodenbelag }
|
|
||||||
}
|
|
||||||
#local I = I + 1;
|
|
||||||
#end
|
|
||||||
#local I= 0;
|
#local I= 0;
|
||||||
#while (I < 6)
|
#while (I < 6)
|
||||||
box {
|
box {
|
||||||
<-10+(I+1)*0.4, 14.8-4*2.84 + I*0.18, 0>
|
<-10+(I+1)*0.4, 14.8-3*2.84 - I*0.18, 0>
|
||||||
<-10+I*0.4, 14.8-4*2.84 + I*0.18 - 0.1, -1>
|
<-10+I*0.4, 14.8-3*2.84 - I*0.18 - 0.1, +1>
|
||||||
texture { T_bodenbelag }
|
texture { T_bodenbelag }
|
||||||
}
|
}
|
||||||
#local I = I + 1;
|
#local I = I + 1;
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
#local I= 0;
|
||||||
|
#while (I < 10)
|
||||||
|
box {
|
||||||
|
<-10+(I+1)*0.4, 14.8-4*2.84 + I*0.196, 0>
|
||||||
|
<-10+I*0.4, 14.8-4*2.84 + I*0.196 - 0.1, -1>
|
||||||
|
texture { pigment { rgb <1, 1, 0> } }
|
||||||
|
}
|
||||||
|
#local I = I + 1;
|
||||||
|
#end
|
||||||
|
|
||||||
box {
|
box {
|
||||||
<-6, 10.2, 0>
|
<-6, 5.2, 0>
|
||||||
<-7.6, 10.2 - 0.1, -1>
|
<-7.6, 5.2 - 0.1, +1>
|
||||||
texture { T_bodenbelag }
|
texture { pigment { rgb <1, 0, 0> } }
|
||||||
|
}
|
||||||
|
rotate <0, J, 0>
|
||||||
|
}
|
||||||
|
|
||||||
|
union {
|
||||||
|
#local I= 0;
|
||||||
|
#while (I < 4)
|
||||||
|
box {
|
||||||
|
<-10+(I+1)*0.4, 14.8-2*2.84 - I*0.205 0>
|
||||||
|
<-10+I*0.4, 14.8-2*2.84 - I*0.205 - 0.1, +1>
|
||||||
|
texture { T_bodenbelag }
|
||||||
|
}
|
||||||
|
#local I = I + 1;
|
||||||
|
#end
|
||||||
|
|
||||||
|
#local I= 0;
|
||||||
|
#while (I < 10)
|
||||||
|
box {
|
||||||
|
<-10+(I+1)*0.4, 14.8-3*2.84 + I*0.202, 0>
|
||||||
|
<-10+I*0.4, 14.8-3*2.84 + I*0.202 - 0.1, -1>
|
||||||
|
texture { pigment { rgb <1, 1, 0> } }
|
||||||
|
}
|
||||||
|
#local I = I + 1;
|
||||||
|
#end
|
||||||
|
|
||||||
|
box {
|
||||||
|
<-6, 8.3, 0>
|
||||||
|
<-8.4, 8.3 - 0.1, +1>
|
||||||
|
texture { pigment { rgb <1, 0, 0> } }
|
||||||
}
|
}
|
||||||
rotate <0, J, 0>
|
rotate <0, J, 0>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue