3d/pr/schneller_kreuzer/treibstofftank.pov

20 lines
221 B
POVRay

#declare treibstofftank =
union {
sphere {
<0, 3.8, 0>
0.5
}
cylinder {
<0, 3.8, 0>
<0, 0.5, 0>
0.5
}
sphere {
<0, 0.5, 0>
0.5
}
pigment {
rgb <1, 0.5, 0>
}
}