How can I view my point cloud in CC using the RGB info for each vertex?
I made a point cloud using Metashape, I exported it in OBJ and included the vertex color information. I checked that the color information is included in the OBJ document by opening it in Notepad. It is, the file reads like this...
Code: Select all
v -1.458 -0.273 -5.958 0.823529 0.823529 0.800000
vn 0.015835 0.356280 0.934245
v -1.380 -0.274 -5.955 0.831373 0.850980 0.850980
vn -0.023659 0.496849 0.867514
v -1.372 -0.287 -5.947 0.286275 0.294118 0.298039
vn 0.134993 0.452623 0.881424I want to see the colors so that I can see the tape measure to determine how much to scale the file to match real world distances. Thank you very much for your time!