Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Real Time 3D Surface Plots
Forum Updated to NodeBB v4.3 + New Features

Real Time 3D Surface Plots

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 1 Posters 282 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HemaSaraswathi
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      HemaSaraswathi
      wrote on last edited by
      #2

      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?

      1 Reply Last reply
      0
      • H Offline
        H Offline
        HemaSaraswathi
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • H HemaSaraswathi has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved