[vtkusers] OffScreenRendering Text

Karthik Krishnan karthik.krishnan at kitware.com
Sat Jan 15 00:08:14 EST 2011


Is this using a vtkImageMapper and a text annotation on top of each other.
That would be weird. Both lie on the overlay plane. The renderer is going to
render them in the order in which they are added.

Try using a vtkImageActor to render your image and the text (using
vtkActor2D-vtkTextMapper) over that and let us know if the problem persists.


On Sat, Jan 15, 2011 at 6:15 AM, pay928 <pbacayo at gmail.com> wrote:

>
> I was able to get them to properly show up by setting the Opacity of the
> vtkActor to .99 (was defaulted to 1).  Is there an option in the text
> actors
> that would let them display over opaque images in OffScreenRendering like
> they do OnScreen or is the solution to make sure all images are not fully
> Opaque.
>
> Thanks for the help
>
> Pat
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/OffScreenRendering-Text-tp3339080p3342192.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110115/d4741232/attachment.htm>


More information about the vtkusers mailing list