Search found 7927 matches

by daniel
Thu May 08, 2025 9:17 pm
Forum: Questions
Topic: Alignment of point clouds
Replies: 1
Views: 120

Re: Alignment of point clouds

So pay attention when computing the distance in CC with the C2C distances computation tool, that the clouds density and non-overlapping parts (or holes) will have a big impact. It's better to use M3C2 for instance. And for registration, it's a similar problem. Make sure the 'overlap' parameter is no...
by daniel
Thu May 08, 2025 9:11 pm
Forum: Issues, bugs, etc.
Topic: Cloud Compare Suspending
Replies: 1
Views: 179

Re: Cloud Compare Suspending

Generally it's because the GPU (or its driver) is blacklisted by Qt. Two options: - either you also have in parallel an Intel chipset. In which case it may be picked by default and rejected by Qt. In this case you should be able to force Windows to use the NVidia card when launching CC (via the NVid...
by daniel
Thu May 08, 2025 8:14 am
Forum: Questions
Topic: What kind of memory is concerned?
Replies: 1
Views: 194

Re: What kind of memory is concerned?

Ah, that would be the graphic card memory (GPU).
by daniel
Thu May 08, 2025 8:13 am
Forum: Questions
Topic: 2DLabel - Edit Body
Replies: 1
Views: 99

Re: 2DLabel - Edit Body

Sadly, you won't be able to achieve that apart from changing the code of CloudCompare...
by daniel
Thu May 08, 2025 8:01 am
Forum: Questions
Topic: CloudCompare CLI -COMPUTE_NORMALS
Replies: 3
Views: 287

Re: CloudCompare CLI -COMPUTE_NORMALS

Which version of CC are you using? Because normally v2.14 should automatically export normals in a LAS file as an Extra field (EB-VLR). Also, make sure the 'normal' fields (NormalX, NormalY and NormalZ) are loaded as such in the GUI ('Load As Normals' section). Normals are not very standard in LAS f...
by daniel
Tue May 06, 2025 7:58 am
Forum: Questions
Topic: Mesh with texture from CloudCompare to Unity
Replies: 2
Views: 443

Re: Mesh with texture from CloudCompare to Unity

How were the colors generated (or was the mesh textured when imported in CC)? And which format are you using to export the mesh? Because some formats don't support textures, or they don't support per-vertex RGB (which is what CC is able to generate itself). And then some software tools don't manage ...
by daniel
Mon May 05, 2025 7:07 am
Forum: Questions
Topic: Can't save .las/.laz files on Mac
Replies: 7
Views: 10834

Re: Can't save .las/.laz files on Mac

Thanks, I've linked your message on the git issue discussion: https://github.com/CloudCompare/CloudCo ... ssues/2152
by daniel
Mon May 05, 2025 7:04 am
Forum: Questions
Topic: CloudCompare CLI -COMPUTE_NORMALS
Replies: 3
Views: 287

Re: CloudCompare CLI -COMPUTE_NORMALS

So the -O option has to appear first, because you want to load the cloud before doing anything ;) CloudCompare.exe -O ".xyz file" -COMPUTE_NORMALS -SAVE_CLOUDS FILE ".las file" And you can also use '-C_EXPORT_FMT LAS' before calling anything so as to have the auto save feature au...
by daniel
Sun May 04, 2025 5:44 pm
Forum: Questions
Topic: Why is there no undo function?
Replies: 2
Views: 346

Re: Why is there no undo function?

Because no one took the time to implement it :-D

That's an open source project after all ;)