Aapef
1
My project is to create the command room of the Nautilus.
It will be a steampunk room like this
http://66.media.tumblr.com/d87ee92780fa21eed6595ff185a4f4f5/tumblr_mzxvujr1lb1qfzxa7o1_1280.jpg
The general shape of the submarine will be a nautilus shell

and the general map
3 Likes
Aapef
2
First step, the shell.
Easy to do with

and the formula :
samples.append( {“name”:“AstrocerasShell”,
“afunc”:“1.25”, #a
“bfunc”:“1.25”, #b
“cfunc”:“1.0”, #c
“ffunc”:“3.5”, #h
“gfunc”:“0.”, #k
“hfunc”:".12", #w
“x”:“exp(hu)(f+acos(v))cos(cu)",
“y”:"1exp(hu)(f+acos(v))sin(cu)",
“z”:"exp(hu)(g+bsin(v))”,
“umin”: -40,
“umax”: -1,
“uwrap”: False,
“vmin”: 0,
“vmax”: 2*pi,
“vwrap”: False,
“resolution”: 128
found here http://blenderartists.org/forum/archive/index.php/t-240295.html
the result
I use boolean to cut the nautilus in 3 pieces (project = blue, bonus = green, later = orange)

1 Like
Aapef
3
I had 3 portholes and with some boolean modifiers, the result

1 Like
FedPete
8
Nice, maybe try to repeat the nautilus shell theme in the interior. as a chair or as part of the stairs …
Aapef
9
Brillant idea, i’ll try this.
Thank you.