Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. What does QSurfaceDataRow do?

What does QSurfaceDataRow do?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 530 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.
  • R Offline
    R Offline
    RingAndReed
    wrote on last edited by
    #1

    I have a working modeler based on the QSurface3D example from here:
    https://doc.qt.io/qt-5/qtdatavisualization-surface-example.html

    But some data sets produce full surfaces and others don't: either nothing shows-up or only segments of it are rendered.

    One thing I never found explained is the QSurfaceDataRow ... what does it do and why do we need them? I was looking for a way to just render a 3D surface from a collection of (x,y,z) points: I don't understand the row thing.

    I can organize my data so that all rows have the same size, but that doesn't seem to be enough to ensure rending on different data sets.

    Any insight will be appreciated.

    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