[vtk-developers] Question regarding vtkTextActor3D

David Lonie david.lonie at kitware.com
Fri Apr 25 14:07:08 EDT 2014


Hi Adam,

There have been many text handling improvements since 5.10.1 -- the entire
text rendering engine was rewritten around the v6 release. Your issue was
likely fixed in the new code. Please let us know if you experience the same
issue on a newer version of VTK.

Thanks,
Dave


On Wed, Apr 16, 2014 at 9:18 PM, Adam Rankin <rankin at queensu.ca> wrote:

> Hello all,
>
> I currently have an issue where when I change the input of two
> vtkTextActor3D in the same function, only one draws the new input
> character, whereas the other continues to draw the previous input
> character.
>
> When I add the line to mark the vtkImageData as modified at the end of
> vtkFreeTypeUtilities::PopulateImageData( ... )
> Line 1277 :       data->Modified();
> then both characters successfully redraw.
>
> Has anyone else experienced something similar? I am using vtk 5.10.1
>
> Thanks,
> Adam
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20140425/90521401/attachment-0002.html>


More information about the vtk-developers mailing list