Drawing curves
Is there a simple openGl function for drawing curves on a 2D plane? I know a curve can be simulated by drawing hundreds of small lines, but this seems tedious.
I know there are complicated functions for drawing bezier curves, but they are not necessary for what I am trying to do.
Thanx
You could try drawing a sphere. Since you are working on a 2D plane, then the sphere wouldn''t appear in 3D.
However, I am faced with an identical problem, and I have elected to go with the route of many small lines. If someone has a better way of doing this, I would love to hear it.
However, I am faced with an identical problem, and I have elected to go with the route of many small lines. If someone has a better way of doing this, I would love to hear it.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement