Real Time 3D Surface Plots
Solved
General and Desktop
-
I would like to know if there is a way to update the 3D surface plot in real time. I have gone through the surface example but there the plot is not getting updated in real time.
-
I tried using setRow to change the row values during run time but my UI is not changing. The final values set for the data proxy is getting displayed. Should I use threads or is there any other way?
-
For the question I asked, I found a way. Instead of using c++ classes I used qml. I referred the surface3D qml example. After making a basic grade, I gave a few list elements to the list model and used append and set method to add or change vertex values. To loop either use a timer or function with for loop.
-