@Elthon said in Is it possible to display a 3D surface graph from a 3D scatter graph in Qt C++?:
@koahnig Hello, thanks for your reply. I have already checked on the example done by Qt. However, I am unsure about the rationale behind how they add data into the surface graph. For example, what is a row data in a surface graph?
From the example you would need to have your data values on grid. In case you have no grid and only randomly distributed data points, you would need to get some interpolation onto a grid. That is the way Ihave done long before Qt.
Unfortunately I have no experience with Qt3D in this respect.