Skip to content

Added support for vtkPolyData in vtkContext2D.

Alvaro Sanchez requested to merge alvaro.sanchez/vtk:context2D-polyData into master

vtkContext2D takes a new type of item which directly draws a 2D mesh represented by a vtkPolyData object. Internally, vtkContextDevice2D makes the API calls necessary to draw the internal primitives of vtkPolyData. Added a test demonstrating the use of vtkPolyDataItem.

Merge request reports