blob: 6ad52804ce8bab82e2e381fce981cbb5dd904706 (
plain)
1
2
3
4
5
6
7
|
import three;
currentprojection=perspective(100,100,200,up=Y);
currentlight=Headlamp;
draw(scale3(4)*extrude(texpath("$\displaystyle\int_{-\infty}^{+\infty}
e^{-\alpha x^2}\,dx=\sqrt{\frac{\pi}{\alpha}}$"),2Z),blue);
|