When I try to project a string over a plane some symbols like "O" are filled
import three;
path[] Oletter=texpath("O");
path3 Oletter3D = path3(Oletter[0],XYplane);
draw(surface(Oletter3D));
How can I do?
|
When I try to project a string over a plane some symbols like "O" are filled
How can I do? |
|||
|
|
|
The
In your code you only use the outer curve of the symbol and it gets filled. An alternative is
|
|||
|
|