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?
Search found 36 matches
- Fri Jan 14, 2022 3:20 am
- Forum: Questions
- Topic: How to Click on the point cloud in 3dviewer and select the data in the dbtree.
- Replies: 4
- Views: 2625
- Tue Jan 11, 2022 9:45 am
- Forum: Questions
- Topic: How to Click on the point cloud in 3dviewer and select the data in the dbtree.
- Replies: 4
- Views: 2625
- Mon Jan 10, 2022 9:57 am
- Forum: Questions
- Topic: How to Click on the point cloud in 3dviewer and select the data in the dbtree.
- Replies: 4
- Views: 2625
How to Click on the point cloud in 3dviewer and select the data in the dbtree.
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.
But I can't on windows. What needs to be done.
thanks.
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.
But I can't on windows. What needs to be done.
thanks.
- Fri Dec 31, 2021 7:42 am
- Forum: Questions
- Topic: Command Line Export
- Replies: 10
- Views: 6743
Re: Command Line Export
Hello, I'd like to ask where to download version 2.11.4.
I can only see the latest version of 2.11.3 on the official website.
Thank you.
I can only see the latest version of 2.11.3 on the official website.
Thank you.
- Thu Nov 04, 2021 2:55 am
- Forum: Linux related topics
- Topic: How to write your own io plugin?
- Replies: 3
- Views: 15701
Re: How to write your own io plugin?
I want to read the content in the db tree in the io plugin,
For example, I added a geojson file and loaded it on the corresponding cloud,
but I did not find a way to read the dbtree when the file was loaded.
I try to write in the code
Nor can
Can you help me..
For example, I added a geojson file and loaded it on the corresponding cloud,
but I did not find a way to read the dbtree when the file was loaded.
I try to write in the code
Code: Select all
ccMainAppInterface app;
Can you help me..
- Thu Sep 23, 2021 9:34 am
- Forum: Questions
- Topic: Scissor tool center setting
- Replies: 2
- Views: 2149
Re: Scissor tool center setting
Thanks,
This solves my problem
This solves my problem
- Tue Sep 07, 2021 3:31 am
- Forum: Questions
- Topic: Scissor tool center setting
- Replies: 2
- Views: 2149
Scissor tool center setting
hello~ When I use the scissors tool, I cut a small piece down and the center of the view is still in the original position. like this DeepinScreenshot_select-area_20210907112559.png I want the center of the cut piece to be set to the center of the interface, to make it easier for me to rotate it. li...
- Tue Sep 07, 2021 3:13 am
- Forum: Windows related topics
- Topic: Win64 can't open cc after compiling, it shows 0xc0000142
- Replies: 7
- Views: 65072
Re: Win64 can't open cc after compiling, it shows 0xc0000142
no ,
i use cc2.11.3 with qt5.9.2 .
i use cc2.11.3 with qt5.9.2 .
- Thu Aug 12, 2021 9:27 am
- Forum: Questions
- Topic: How to change the label color?
- Replies: 15
- Views: 8488
Re: How to change the label color?
Thanks for the reply
'Y' tag that problem I do not know what happened reopen the cc once and it is fine.
If you load the sphere, the view is not as good as label, as shown in the picture If you zoom in, the ball will become very large and block many points.
And label will not.
'Y' tag that problem I do not know what happened reopen the cc once and it is fine.
If you load the sphere, the view is not as good as label, as shown in the picture If you zoom in, the ball will become very large and block many points.
And label will not.
- Thu Aug 05, 2021 1:10 am
- Forum: Questions
- Topic: How to change the label color?
- Replies: 15
- Views: 8488
Re: How to change the label color?
I want to implement a function that loads two point clouds and then clicks on a point in the first cloud to change the color of the clicked point to, for example, yellow. Then click on a point in the second point cloud to change the color of that point too, for example red, and then do other calcula...