Ok, with the Mesa thing out of the way I&#39;m back to the other question.. how do I get vtkTextActor&#39;s to work?<br><br>I&#39;m using code like the following:<br><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkTextActor *textActor = vtkTextActor::New();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;SetInput(scene-&gt;title);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;ScaledTextOn();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;SetMinimumSize(15,15);
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;SetMaximumLineHeight(0.1);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;SetDisplayPosition((scene-&gt;output_width * 0.25),</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (scene-&gt;output_height * 
0.5));</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetPosition2Coordinate()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt;SetCoordinateSystemToNormalizedViewport();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetPosition2Coordinate()-&gt;SetValue(
0.1, 0.6);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;SetFontFamilyToArial();</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;ShadowOn();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;BoldOn();
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;SetJustificationToCentered();</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;SetVerticalJustificationToTop();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; textActor-&gt;GetTextProperty()-&gt;SetColor(scene-&gt;fontColor);</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ren1-&gt;AddActor2D(textActor);</span><br><br clear="all">And while I&#39;ve verified that the code does in fact run just fine, I see no text on my display.&nbsp; I&#39;ve tried adjusting colors and adjusting the DisplayPosition &amp; Position2Coordinate to no avail.&nbsp; This code used to work back in the 
4.4 days, with the addition of the vtkTextMapper which used to be required, but I haven&#39;t had any luck with the 5.0 versions of it.<br>-- <br>----------------------------------------<br>Randall Hand<br>Visualization Scientist
<br>ERDC MSRC-ITL