Page 1 of 1

How to Click on the point cloud in 3dviewer and select the data in the dbtree.

Posted: Mon Jan 10, 2022 9:57 am
by xiaolu
hello ,


I have a problem and want to ask,

when i load a lot of point clouds,

On linux,I click the point cloud in 3dviewer, and the corresponding point cloud will be selected in dbtree.
DeepinScreenshot_select-area_20220110175620.png
DeepinScreenshot_select-area_20220110175620.png (82.48 KiB) Viewed 2635 times
But I can't on windows. What needs to be done.

thanks.

Re: How to Click on the point cloud in 3dviewer and select the data in the dbtree.

Posted: Mon Jan 10, 2022 9:03 pm
by daniel
Sadly, some graphic cards driver don't properly support all OpenGL commands. And the OpenGL 'picking' command we use is kind of old and more and more deprecated... Which means that this feature simply doesn't work with some graphic cards/drivers!

Re: How to Click on the point cloud in 3dviewer and select the data in the dbtree.

Posted: Tue Jan 11, 2022 9:45 am
by xiaolu
thanks QAQ

Re: How to Click on the point cloud in 3dviewer and select the data in the dbtree.

Posted: Fri Jan 14, 2022 3:20 am
by xiaolu
Today I implemented this function in windows,

the reason is:

mouse click is difficult to point to point in 3dviewer,

if I click to point, the above function can be realized.

Is there a way to increase the sensitivity of mouse clicks?

Re: How to Click on the point cloud in 3dviewer and select the data in the dbtree.

Posted: Fri Jan 14, 2022 7:20 pm
by daniel
Sorry I'm not sure to understand