Skip to content

Update face texcoord and vertex color support

Juliano Masson requested to merge Juliano/vtk:ply-support into master

These changes allow the vtk to load texture coordinates from the face element not just from the vertex element, and allows the load of vertex colors in the format "diffuse_red", "diffuse_green" and "diffuse_blue", not just "red", "green" and "blue".

Merge request reports