You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to figure out a way how to add "fillet" to each stroke. The original software used glBegin(GL_LINE_STRIP_ADJACENCY_ARB) to draw the stroke that was represented by a set of points.
The text was updated successfully, but these errors were encountered:
Need to figure out a way how to add "fillet" to each stroke. The original software used
glBegin(GL_LINE_STRIP_ADJACENCY_ARB)
to draw the stroke that was represented by a set of points.The text was updated successfully, but these errors were encountered: