Search found 8182 matches

by daniel
Wed Jul 01, 2026 3:38 pm
Forum: Questions
Topic: Can I "batch align" multiple meshes/ a faster way to align 2 meshes
Replies: 1
Views: 105

Re: Can I "batch align" multiple meshes/ a faster way to align 2 meshes

If the clouds are already roughly registered, then you can probably try to automate things with the command line. You'll have the ability to do automatic registration (-ICP) and compute distances (C2M_DISTS, etc).

See https://www.cloudcompare.org/doc/wiki/index.php/Command_line_mode

There's ...
by daniel
Mon Jun 29, 2026 3:09 pm
Forum: Questions
Topic: CloudPoints
Replies: 1
Views: 793

Re: CloudPoints

I don't know if Orbis files are supported or not... Is it an 'fls' file or something similar?
by daniel
Sat Jun 20, 2026 6:00 am
Forum: Questions
Topic: Can I export STL files after alignment in CloudCompare?
Replies: 1
Views: 3548

Re: Can I export STL files after alignment in CloudCompare?

So for '1', as soon as you export the aligned mesh to STL, it should be saved with the transformed coordinates. So it should keep its aligned position.

For '2', you can use the scissors tool, but you might want first to sample points on the mesh to be able to make a finer selection. Then, compute ...
by daniel
Fri Jun 12, 2026 12:54 pm
Forum: Issues, bugs, etc.
Topic: Points have RBG color on PC but not mac
Replies: 1
Views: 4907

Re: Points have RBG color on PC but not mac

Which file type are you loading?
by daniel
Fri Jun 12, 2026 12:53 pm
Forum: Questions
Topic: Finely Register Error
Replies: 1
Views: 3719

Re: Finely Register Error

Yes, you have to select the entities (inside the 'folder' or 'group' entities that we can see on the capture). Each time you open a file, a 'group' entity is created, with all the 3D entities inside.
by daniel
Fri Jun 12, 2026 12:52 pm
Forum: Questions
Topic: I can't export a video from the animation plugin
Replies: 1
Views: 3237

Re: I can't export a video from the animation plugin

Which version are you using and on which OS?
by daniel
Fri Jun 12, 2026 12:52 pm
Forum: Requests, new functionalities
Topic: PTX files with normals
Replies: 12
Views: 111327

Re: PTX files with normals

Sorry, I missed the previous messages. Can you send me a long to the example file directly to 'admin@cloudcompare.org'?
by daniel
Sat May 30, 2026 2:17 pm
Forum: Requests, new functionalities
Topic: PTX files with normals
Replies: 12
Views: 111327

Re: PTX files with normals

So, the I/O filter has been updated already. I'm just waiting for some feedback from someone owning real PTX files with normals.
by daniel
Fri May 29, 2026 2:31 pm
Forum: Requests, new functionalities
Topic: PTX files with normals
Replies: 12
Views: 111327

Re: PTX files with normals

Ok, I've made the change in the latest 2.14.beta version online (for Windows). Tell me if it works.

And even better, if you could send me a sample file, that would very useful to check that I've done things correctly.
by daniel
Fri May 29, 2026 2:04 pm
Forum: Issues, bugs, etc.
Topic: Sensor transformation is wrong for registered PTX files
Replies: 4
Views: 31905

Re: Sensor transformation is wrong for registered PTX files

So referring to the code and to https://paulbourke.net/dataformats/ptx/ , the sensor position and orientation is stored in rows 3-6 (row 3 is the sensor center, and the next 3 rows are the X, Y and Z vectors).

Rows 7-10 store the global transformation matrix that applies to the points (and I would ...