diff --git a/pr/schneller_kreuzer/deck_12.pov b/pr/schneller_kreuzer/deck_12.pov index 79c7dd2..599d432 100644 --- a/pr/schneller_kreuzer/deck_12.pov +++ b/pr/schneller_kreuzer/deck_12.pov @@ -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> }