Page 1 of 1

Re: Point Cloud data to Texture

Posted: Tue Sep 14, 2021 9:20 pm
by daniel
So CloudCompare does not generate a texture, it just transfers the per-point colors to per-vertex colors.

Re: Point Cloud data to Texture

Posted: Tue Sep 14, 2021 9:55 pm
by PablerasBCN
You can use the RASTERIZE tool.

This will generate a texture of the RGB, or whatever scalar you require, but you'll likely be interested in the RGB.

Then, for the mesh in a 3d editing program add a simple planar UV mapping and apply the rasterized texture.