Search found 36 matches

by xiaolu
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: 1430

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

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?
by xiaolu
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: 1430

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.
DeepinScreenshot_select-area_20220110175620.png
DeepinScreenshot_select-area_20220110175620.png (82.48 KiB) Viewed 1430 times
But I can't on windows. What needs to be done.

thanks.
by xiaolu
Fri Dec 31, 2021 7:42 am
Forum: Questions
Topic: Command Line Export
Replies: 10
Views: 3663

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.
by xiaolu
Thu Nov 04, 2021 2:55 am
Forum: Linux related topics
Topic: How to write your own io plugin?
Replies: 3
Views: 11786

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

Code: Select all

ccMainAppInterface app;
Nor can

Can you help me..
by xiaolu
Thu Sep 23, 2021 9:34 am
Forum: Questions
Topic: Scissor tool center setting
Replies: 2
Views: 1047

Re: Scissor tool center setting

Thanks,
This solves my problem
by xiaolu
Tue Sep 07, 2021 3:31 am
Forum: Questions
Topic: Scissor tool center setting
Replies: 2
Views: 1047

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...
by xiaolu
Thu Aug 12, 2021 9:27 am
Forum: Questions
Topic: How to change the label color?
Replies: 15
Views: 3429

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
labeland.png
labeland.png (84.29 KiB) Viewed 2553 times
If you zoom in, the ball will become very large and block many points.

And label will not.
by xiaolu
Thu Aug 05, 2021 1:10 am
Forum: Questions
Topic: How to change the label color?
Replies: 15
Views: 3429

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...