Qt 3D versus Qt Data Visualization
-
I want to display 3D topographic surfaces with QML/C++ code, view from different angles, different color maps, etc. What is the relation/differences between Qt 3D and Qt Data Visualization? Their functionality seems somewhat redundant to one another. What are advantages/disadvantages of each?
Thanks!