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. Dynamic updates to a QVertexBuffer in Qt3D

Dynamic updates to a QVertexBuffer in Qt3D

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 407 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.
  • M Offline
    M Offline
    Marburg
    wrote on last edited by
    #1

    Like others, I am trying to show dynamic content in Qt3D. In my case, I have created a QGeometry for modelling a point cloud and I want to incrementally update / change that point cloud.

    I have a slot within my QGeometry which is called when the underlying model changes. Within that callback I run vertexBuffer->setData( ... ), but the display doesn't update. Is there a signal that I'm not propagating?

    This is with Qt 5.7 installed from binary on both Linux and OSX, running OpenGL 4.x on both.

    See also:
    https://forum.qt.io/topic/70378/updating-buffer-data-frame-by-frame

    1 Reply Last reply
    0

    • Login

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