Bernd Kronmueller
Propeller Ship
A Structure Synth creation rendered with Kerkythea
Script (if anybody is interested)
set background #5274A2
skyship
{fy}skyship
{x 31 y -2.5 z -39.2 ry 15}rotor
{x -33.5 y -2.5 z -39.2 ry 15 }rotor
1 * {fy } 1 * { x 31 y -2.5 z -39.2}rotor
1 * {fy} 1 * {x -33.5 y -2.5 z -39.2}rotor
{y -5 z -29.7 x -0.85 s 5 color #800000}sphere
// ship
rule skyship{
{y -0 z -1 s 0.7 1 2.5 }body
{y -0 z -30 s 2 1 1 }body
{y -0.3 z -20 s 1 1.5 1 }body
{x 31 z -35 s 0.5 1 0.5 }body
{x -33.5 z -35 s 0.5 1 0.5 }body
}
//////////// parts
rule body md 36 { // md 18 for half only
{ ry 5.625 rx 82 s 1 1 1}RingPart
{ ry 10 x 1.7 } body
}
rule RingPart{
{ y -1.5 rx -90 } roof
{ rx -30 z 2 s 2.2 4 1 color #80331a} box
}
rule roof{
{z 4 } panel
{z 6.9 rx 40 s 2.8 2 0.1 color #80331a} box
}
rule panel{
{ y -2 z 1.1 ry 90 s 4 0.5 0.5 color gray b 0.2} box
{ y -1.9 z -7 s 2.7 0.01 12 color gray b 0.8} box
}
#define blades 10
/////////////////
rule rotor md blades {
{ ry 10 rx 90 s 0.5 0.1 5 color #80331a}box
{z 8 y -2.5 rz 15 s 2 0.1 20 color gray b 1.2} box
{y -3 z 0 rx -20 rz 8 ry 5 s 0.6 0.01 1.2 color #80331a} box
{ ry 360/blades x 0.4} rotor
}
Propeller Ship
A Structure Synth creation rendered with Kerkythea
Script (if anybody is interested)
set background #5274A2
skyship
{fy}skyship
{x 31 y -2.5 z -39.2 ry 15}rotor
{x -33.5 y -2.5 z -39.2 ry 15 }rotor
1 * {fy } 1 * { x 31 y -2.5 z -39.2}rotor
1 * {fy} 1 * {x -33.5 y -2.5 z -39.2}rotor
{y -5 z -29.7 x -0.85 s 5 color #800000}sphere
// ship
rule skyship{
{y -0 z -1 s 0.7 1 2.5 }body
{y -0 z -30 s 2 1 1 }body
{y -0.3 z -20 s 1 1.5 1 }body
{x 31 z -35 s 0.5 1 0.5 }body
{x -33.5 z -35 s 0.5 1 0.5 }body
}
//////////// parts
rule body md 36 { // md 18 for half only
{ ry 5.625 rx 82 s 1 1 1}RingPart
{ ry 10 x 1.7 } body
}
rule RingPart{
{ y -1.5 rx -90 } roof
{ rx -30 z 2 s 2.2 4 1 color #80331a} box
}
rule roof{
{z 4 } panel
{z 6.9 rx 40 s 2.8 2 0.1 color #80331a} box
}
rule panel{
{ y -2 z 1.1 ry 90 s 4 0.5 0.5 color gray b 0.2} box
{ y -1.9 z -7 s 2.7 0.01 12 color gray b 0.8} box
}
#define blades 10
/////////////////
rule rotor md blades {
{ ry 10 rx 90 s 0.5 0.1 5 color #80331a}box
{z 8 y -2.5 rz 15 s 2 0.1 20 color gray b 1.2} box
{y -3 z 0 rx -20 rz 8 ry 5 s 0.6 0.01 1.2 color #80331a} box
{ ry 360/blades x 0.4} rotor
}