It is creating problems in exporting to the extension ".las".
This creates a file with the same number of points but in a regular grid, where each point are contained in several of them.
That is all.Thank you
Bad export to .las
Re: Bad export to .las
Indeed!
I just realized that the last version of libLAS requires the user to set a scale and offset before saving coordinates (as 32 bits integers). So as CloudCompare was leaving the default values (i.e. scale = 1.0 and offset = 0.0), your cloud coordinates were simply cropped to the lower integer part!
It will be fixed in the next release.
I just realized that the last version of libLAS requires the user to set a scale and offset before saving coordinates (as 32 bits integers). So as CloudCompare was leaving the default values (i.e. scale = 1.0 and offset = 0.0), your cloud coordinates were simply cropped to the lower integer part!
It will be fixed in the next release.
Daniel, CloudCompare admin