Athos
09-15-2008, 09:13 AM
Hi all,
I need to plot a set of points obtained in real time, i.e. just a simple xy graph. How can I obtain this result? Does exist any library which do it for me?
I know about glBegin(GL_POINTS);/glVertex2f(ax, ay);/etc../glEnd();
Does exist something more sophisticated?
I need to plot a set of points obtained in real time, i.e. just a simple xy graph. How can I obtain this result? Does exist any library which do it for me?
I know about glBegin(GL_POINTS);/glVertex2f(ax, ay);/etc../glEnd();
Does exist something more sophisticated?