Hi,<br><br>I am using a vtkTextWidget to annotate a vtk image. The image renders ok, but if I turn backface culling on, the text is not displayed. Is this the expected behavior or is this considered a bug?<br><br>Any ideas about how I can get the annotations displayed with backface culling?<br>
<br>An example demonstrating the problem can be found <a href="http://www.vtk.org/Wiki/VTK/Examples/Python/Widgets/TextWidget">here</a>. Simply adding the following line after the <span style="font-family: courier new,monospace;">text_widget.On()</span> should do it.<br>
<br><span style="font-family: courier new,monospace;">actor.GetProperty().BackfaceCullingOn()</span><br><br>with regards,<br>Panos<br>