Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. q3dsurface
    Log in to post

    • UNSOLVED Is it possible to display a 3D surface graph from a 3D scatter graph in Qt C++?
      General and Desktop • q3dsurface q3dscatter • • Elthon  

      6
      0
      Votes
      6
      Posts
      252
      Views

      @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.
    • SOLVED Plotting 3D surface
      General and Desktop • c++ data visualizat q3dsurface • • YoniBE  

      2
      0
      Votes
      2
      Posts
      384
      Views

      Solve it... added to the .pro file QT += datavisualization
    • UNSOLVED Increase draw distance quality of Q3DSurface?
      General and Desktop • rendering texture datavisualizati q3dsurface 3drender • • oblivioncth  

      3
      0
      Votes
      3
      Posts
      1313
      Views

      @m.sue Great find for the properties, and if I cannot find a way to tweak the rendering settings for draw distance then I guess that would be my best way to do it. Thanks.
    • UNSOLVED Q3DSurface input handler with selection dragging
      General and Desktop • drag data visualizat q3dsurface point selection q3dinputhandler • • Klay  

      1
      0
      Votes
      1
      Posts
      674
      Views

      No one has replied

    • UNSOLVED How can I change wireframe's color and width in Q3Dsurface?
      General and Desktop • opengl q3dsurface qsurface3dserie • • deleted288  

      1
      0
      Votes
      1
      Posts
      672
      Views

      No one has replied

    • SOLVED Ownership with Q3DSurface
      General and Desktop • parent q3dsurface children destroy • • beecksche  

      3
      0
      Votes
      3
      Posts
      1251
      Views

      @Wieland Thanks for the informations! In the Surface Example they only delete the Q3DSurface instance. But i will pass the parents to the classes, so i can be sure, that they are destroyed. Thanks!