import three; size(7.5cm); currentprojection=orthographic(camera=(3,5,6),up=Y); currentlight=Headlamp; surface p=extrude("$\alpha x^2$",2Z); draw(p,material(blue)); draw(shift(0,10,0)*p,material(blue,yellow));