Skip to content

Making vtkPLYWriter handle RGBA color arrays.

vtkPLYWriter already handled RGB arrays. Making it also support RGBA color arrays. In this case, the "alpha" component is simply ignored.

Merge request reports