Skip to content

BUG: Fix VTKTextRenderDelegate issue

Andrew Wilson requested to merge andrew.wilson/iMSTK:TextUpdateFix into master

vtkTextActor and vtkTextMapper are not meant to be used together. vtkTextMapper should be used with vtkActor2D. Additionally mapper update should not be called causes some missing input warnings to be thrown in other projects.

Merge request reports