Published Jan 29th, 2022, 1/29/22 9:12 am
- 1,221 views, 0 today
- 22 downloads, 0 today
21
After about 6 hours of work I have finished this one-of-a-kind building for the Build The Earth project!
Named for its shape, this unique building designed by Harrison & Abramovitz was built between 1966 and 1978. The Egg houses two theaters with 450 seats and 982 seats respectively. It draws many performing acts to Albany, including music, dance, and traditional stage presentations.
To make this building I've used two mathematical formulas in Worldedit //generate commands:
//g -h -c 35 rotate(x,z,-0.33); rotate(z,y,-0.15); data=(y>0?0:8); (y<0?1.9*x^2+4*y^2+(z>0?1.3*z^2:0.78*z^2):1.75*x^2+9*(y+5)^2+(z>0?1.15*z^2:0.7*z^2)) > 43^2
for the top, and
//g -h -c 251:8 y=y+61; rotate(x,z,1.25); x=x-3; b=0.2; t=1; (y<60?((1.1*y+1)*(t-b)/2+b)^2-0.5*x^2-z^2:0) >= 2
for the bottom part.
You can try to make this shape yourself with these commands by making a selection of about 90x60x90 blocks big and running the commands, have fun!
Rendered using Twinmotion
Named for its shape, this unique building designed by Harrison & Abramovitz was built between 1966 and 1978. The Egg houses two theaters with 450 seats and 982 seats respectively. It draws many performing acts to Albany, including music, dance, and traditional stage presentations.
To make this building I've used two mathematical formulas in Worldedit //generate commands:
//g -h -c 35 rotate(x,z,-0.33); rotate(z,y,-0.15); data=(y>0?0:8); (y<0?1.9*x^2+4*y^2+(z>0?1.3*z^2:0.78*z^2):1.75*x^2+9*(y+5)^2+(z>0?1.15*z^2:0.7*z^2)) > 43^2
for the top, and
//g -h -c 251:8 y=y+61; rotate(x,z,1.25); x=x-3; b=0.2; t=1; (y<60?((1.1*y+1)*(t-b)/2+b)^2-0.5*x^2-z^2:0) >= 2
for the bottom part.
You can try to make this shape yourself with these commands by making a selection of about 90x60x90 blocks big and running the commands, have fun!
Rendered using Twinmotion
Progress | 100% complete |
Tags |
5464355
2
Create an account or sign in to comment.