Menu

GLScene GLDirectOpenGl

Help
2019-06-20
2019-06-21
  • Luis Valentim

    Luis Valentim - 2019-06-20

    Hi
    I want to use the GLCanvas to draw up to 20 million points. I see from the "BENCH" example that I can draw 20 million points in less than one second which is really great for point cloud visualization (in top view mode).

    I now need to draw a polygon made with the mouse (ie joining different mouse clicked points) to allow users to select an area of interest defined by this dense point cloud, but I can't get these lines to draw without redrawing the whole 20 million points.

    I have tried declaring more than one glcanvas, defining another gldirectopengl object, but I can't succeed.

    Can anyone suggest an approach? I need to create a polygon made of lines created by mouse positions superimposed on the rendering of the 20 million points (which i cannot afford to keep redrawing everytime a mouse line is created).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.