I have made a pull request to fix this issue:
https://github.com/CloudCompare/CloudCompare/pull/2265
Search found 8 matches
- Sat Dec 20, 2025 12:10 am
- Forum: Questions
- Topic: SAMPLE_MESH with CLI
- Replies: 4
- Views: 20496
- Tue Sep 23, 2025 12:36 pm
- Forum: Questions
- Topic: SAMPLE_MESH with CLI
- Replies: 4
- Views: 20496
Re: SAMPLE_MESH with CLI
Are the commands I sent correct? I will try to send an example later.
- Tue Sep 09, 2025 2:22 pm
- Forum: Questions
- Topic: SAMPLE_MESH with CLI
- Replies: 4
- Views: 20496
SAMPLE_MESH with CLI
I am trying to read the documentation to implement the process that I am currently doing with the GUI, which is:
- Open an FBX model
- Select all elements
- Sample points on a mesh (Density = 10000, don't generate normals, get colors from material/texture)
- Select all clouds generated
- Merge ...
- Open an FBX model
- Select all elements
- Sample points on a mesh (Density = 10000, don't generate normals, get colors from material/texture)
- Select all clouds generated
- Merge ...
- Wed Jun 25, 2025 1:24 am
- Forum: Questions
- Topic: The colors are being inverted when sampling points from a FBX model
- Replies: 7
- Views: 24461
Re: The colors are being inverted when sampling points from a FBX model
Thank you very much for the reply. I forgot to mention that I am using a unique method of coloring elements that is in development, so I will check if I am able to correct it and use a standard way of storing the colors.
- Tue Jun 24, 2025 11:46 am
- Forum: Questions
- Topic: The colors are being inverted when sampling points from a FBX model
- Replies: 7
- Views: 24461
Re: The colors are being inverted when sampling points from a FBX model
I have sent and email with an example of a FBX with inverted colors
- Mon Jun 23, 2025 12:35 pm
- Forum: Questions
- Topic: The colors are being inverted when sampling points from a FBX model
- Replies: 7
- Views: 24461
Re: The colors are being inverted when sampling points from a FBX model
I cannot send the entire FBX bc its a confidential company data. But I will send soon a sample of how the ascii FBX is
- Wed Jun 18, 2025 7:55 pm
- Forum: Questions
- Topic: The colors are being inverted when sampling points from a FBX model
- Replies: 7
- Views: 24461
Re: The colors are being inverted when sampling points from a FBX model
For more details, I am converting a colored NWD model to FBX using Navisworks 2024, and if I export it in ascii I can clearly see the colors in hexadecimal. And then in CloudCompare v2.14.alpha I import the bin FBX, select all items and make Sample point on a mash. The get colors is from material ...
- Fri Jun 06, 2025 7:40 pm
- Forum: Questions
- Topic: The colors are being inverted when sampling points from a FBX model
- Replies: 7
- Views: 24461
The colors are being inverted when sampling points from a FBX model
I have a FBX model that has a color for each element, which is represented in hexadecimal. When using the option "Sample points on a mesh" to generate the cloud, I noticed that the resulting RGB for each element is being saved as (255,255,255) - (R,G,B) + (1,1,1). I wanted to know what is the reason ...