problem painting a transparent line
in
Programming Questions
•
1 year ago
Hello forum!
I'm making a drawing program where you can change the color/alpha of a line that you want to draw using the mouse coordinates. The problem I'm having is that when drawing a transparent line it leaves darker dots along the path of the line.
So my questions are these: is there a way to get rid of the dots? Would PGraphics help? Also, while using PGraphics (or p3d?) I noticed that drawing a line produces something of a square line. Or for example, instead of a round point the point is in the shape of a square. Is it possible to get a rounded point or line?
Thanks in advance for any help!
2