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. QT Data Visualization Line through Points
Qt 6.11 is out! See what's new in the release blog

QT Data Visualization Line through Points

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

    Hi Guys :)

    I am currently working with the scatter of the QT Example.

    I am now Adding Points to this Scatter and everthing wirks fine.

        QScatterDataArray *dataArray = new QScatterDataArray;
        dataArray->resize(m_itemCount);
        QScatterDataItem *ptrToDataArray = &dataArray->first();
        ptrToDataArray->setPosition(QVector3D(PositionSC[0],PositionSC[1],PositionSC[2]));
        ptrToDataArray++;
    

    Now i want to show a line through the Points i am adding to the scatter.
    Do sb now how i can realize this ?

    Hope that sb can Help me :)
    Thanks in advance!

    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