Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Qt3D: How to draw lines with Qt3D?

Qt3D: How to draw lines with Qt3D?

Scheduled Pinned Locked Moved Unsolved Game Development
3 Posts 2 Posters 1.4k 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
    MiaoX
    wrote on last edited by
    #1

    Just like OpenGL:

    glBegin( GL_LINE_STRIP)  
         glVertex*( V1);  
         glVertex*( V2);  
    glEnd();  
    
    1 Reply Last reply
    0
    • KillerSmathK Offline
      KillerSmathK Offline
      KillerSmath
      wrote on last edited by
      #2

      I believe this post can help you

      • https://forum.qt.io/topic/4352/how-to-draw-3d-line-x-y-z

      @Computer Science Student - Brazil
      Web Developer and Researcher
      “Sometimes it’s the people no one imagines anything of who do the things that no one can imagine.” - Alan Turing

      M 1 Reply Last reply
      0
      • KillerSmathK KillerSmath

        I believe this post can help you

        • https://forum.qt.io/topic/4352/how-to-draw-3d-line-x-y-z
        M Offline
        M Offline
        MiaoX
        wrote on last edited by
        #3

        @KillerSmath
        Thank you very much,
        but I want to know how to draw lines using the Qt3D framework.

        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