How to use command line to import a txt file with 6 column(x,y,z,r,g,b)
Because, I can only import this file by clicking the import settings. Everytime I use command line, the last 3 column(rgb) can never be imported into my cloud.
CC command line question
Re: CC command line question
If it's not obvious what the additional columns are, CC will indeed ask the user to confirm their role in the GUI version. And skip it in the command line one.
I believe the only way with the command line is to add a header to the ASCII file (something like '//X Y Z R G B').
I believe the only way with the command line is to add a header to the ASCII file (something like '//X Y Z R G B').
Daniel, CloudCompare admin
Re: CC command line question
Oh, and another way may be to use the Python interface (CloudCompy).
Daniel, CloudCompare admin