3d in the cloud

preview_player
Показать описание

Here's the code:

g = icosahedron(color='green', mesh=2, opacity=.4)
g += sphere(size=.3,center=(0,0,1),color='red')
g += text3d("in the clouds...", (1/2,0,-1), fontsize=20, fontface="Courier")
g += text3d("3D...", (1,-1/2,1/2), fontsize=40, fontface="Droid", color='blue')
g += parametric_plot3d((cos(x),sin(x),sin(x)*cos(x)), (x,0,2*pi), color='purple')
show(g, background='black')
Рекомендации по теме