Closed WikkidEdd closed 2 years ago
I just came across a point cloud on SketchFab which fails to convert. https://sketchfab.com/3d-models/avva-pointcloud-small-238d2592929e4b7c9fd6623be28d256c
Looking at the supported point cloud spec in the docs vs the header in the ply, it looks to be because it is using
property uchar diffuse_red property uchar diffuse_green property uchar diffuse_blue
instead of
property uchar red property uchar green property uchar blue
I don't know if "diffuse_color" is much of a standard, but it would be good if it could be treated "color" to improve compatibility.
Hi Edd, thanks for reporting the issue. It will be addressed in next release.
Hi Edd, changes you proposed are now deployed and active.
I just came across a point cloud on SketchFab which fails to convert. https://sketchfab.com/3d-models/avva-pointcloud-small-238d2592929e4b7c9fd6623be28d256c
Looking at the supported point cloud spec in the docs vs the header in the ply, it looks to be because it is using
instead of
I don't know if "diffuse_color" is much of a standard, but it would be good if it could be treated "color" to improve compatibility.