PLY color data not working properly
@michell3 wrote: I was previously able to load a ply file with full color data in OFXv8.4 However, now running the same code in 9.0 makes the point cloud colors all appear to be dark grey. The point...
View ArticlePLY color data not working properly
@theo wrote: Hi @michell3 is it possible to provide the PLY file you are using? If you simply do mesh.load("1.ply"); and then later:mesh.draw(); do you see the mesh drawing the points with color?...
View ArticlePLY color data not working properly
@michell3 wrote: Hi Theo, I attached the ply file. Simply displaying the mesh did not work. I have tried other simple ply files as well. I replicated the problem on another machine and confirmed that...
View ArticlePLY color data not working properly
@aklevy wrote: Hi, I know this is a pretty old topic but as I had the same problem and having found a hack (not really an elegant solution ...), I'll post it here : -"ofMesh.cpp" line 922 : change...
View Article