Search found 2 matches
- Thu Feb 10, 2022 5:27 pm
- Forum: Questions
- Topic: cloudcompare output file format on bash
- Replies: 0
- Views: 67318
cloudcompare output file format on bash
Hi I was trying to process my .obj mesh file to .asc pointcloud file format by CloudCompare on bash(ubuntu) This is my command line '$ cloudcompare.CloudCompare -silent -O ./mymesh.obj -SAMPLE_MESH POINTS 1000000 -SAVE_CLOUDS FILE file1.asc' everything works good untill the -SAVE_CLOUDS command. I g...
- Thu Feb 10, 2022 12:21 pm
- Forum: Questions
- Topic: Source code of 'sample points on a mesh'
- Replies: 1
- Views: 1113
Source code of 'sample points on a mesh'
Hi, First of all, thank you for the wonderful software, I'm using CloudCompare all the time for my research. For now, I'm trying to modify the 'sample points on a mesh' algorithm to make the generated points be more likely for me. I could find the explanation about the algorithm on the 'CCLib' docum...