My goal is to draw a semi-transparent curve. User moves cursor and I draw the curve under the cursor.
I've tried to use antialiased points to draw line, but I don't know how to make it transparent. I can't use lines to draw the curve, because can't set both antialiasing and line width.
Should I use triangle strip to draw curve?