Help! Plot 3D real time.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. Anyone have any idea of how or what to use to plot a 3D curve in real-time? I want the 3D curve to be drawn on the canvas in real time so that we are able to see the curve being drawn at which ever direction. I have tried to plot the 3D curve using openGL and gnuplot but that is not in real-time. Thanks!
-
Hi. Anyone have any idea of how or what to use to plot a 3D curve in real-time? I want the 3D curve to be drawn on the canvas in real time so that we are able to see the curve being drawn at which ever direction. I have tried to plot the 3D curve using openGL and gnuplot but that is not in real-time. Thanks!
Here is a sample of 3D function plotting. Best wishes, Hans