we only have a colored point cloud that we want a model of for example for sketchup.
There is no other data such as photos
Filtering and creating a model works but I have lost the color information
we only have a colored point cloud that we want a model of for example for sketchup.
There is no other data such as photos
Filtering and creating a model works but I have lost the color information
Hi @gvenhorst ,
You can use an ImageRasterizer on a copy of the point cloud to create a top-down image from the point colors, to be applied to the new surface using the AppearanceSetter. Please be sure to set the image resolution larger than the gap between the points, to avoid null areas in the image.