Stiegenhaus renoviert.

This commit is contained in:
hjp 2008-02-09 23:08:18 +00:00
parent 39dd922e7e
commit 3343510a7a
1 changed files with 45 additions and 14 deletions

View File

@ -183,28 +183,59 @@
#local J = 0;
#while (J < 360)
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;
#while (I < 6)
box {
<-10+(I+1)*0.4, 14.8-4*2.84 + I*0.18, 0>
<-10+I*0.4, 14.8-4*2.84 + I*0.18 - 0.1, -1>
<-10+(I+1)*0.4, 14.8-3*2.84 - I*0.18, 0>
<-10+I*0.4, 14.8-3*2.84 - I*0.18 - 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-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 {
<-6, 10.2, 0>
<-7.6, 10.2 - 0.1, -1>
texture { T_bodenbelag }
<-6, 5.2, 0>
<-7.6, 5.2 - 0.1, +1>
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>
}