Skip to main content

Hi,

I have X,Y,Z,R,G,B txt file that I want to convert it to RGB coloured point cloud.

The Point cloud creates fine, however without RGB colour assigned to points.

 

How to assign RGB values to point cloud based on attributes?

 

Any help much appreciated.

Thanks,

M

How are you creating the point cloud? In the pointCloudCombiner there is a section on preserving attributes as components. The RGB attributes should be named color_red, color_green, color_blue.

 

 


How are you creating the point cloud? In the pointCloudCombiner there is a section on preserving attributes as components. The RGB attributes should be named color_red, color_green, color_blue.

 

 

Many thanks jdh,

I used PointCloudCombiner yes but missed the preserving attributes part. Followed your suggestion and it all worked a trick.

Great support!

Thank you


Reply