<div>Hi all,</div>
<div>&nbsp;</div>
<div>How can I get a vtkTextActor to rotate, spin and move, whenever I put some text in the drawing window using vtkTextActor it just remains at its intial position. Here is the code which I am using:</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><font size="2">vtkTextActor *atextActor = vtkTextActor::New();</font></div>
<div><font size="2">atextActor-&gt;ScaledTextOn();</font></div>
<div><font size="2">atextActor-&gt;SetDisplayPosition(90, 50);</font></div>
<div><font size="2">atextActor-&gt;SetInput(&quot;The text should move like other objects&quot;);</font></div>
<div><font color="#008000" size="2"></font><font size="2">atextActor-&gt;GetPosition2Coordinate()-&gt;SetCoordinateSystemToNormalizedViewport();</font></div>
<div><font size="2">atextActor-&gt;GetPosition2Coordinate()-&gt;SetValue(0.6, 0.1);</font></div>
<div><font size="2">atextActor-&gt;GetTextProperty()-&gt;SetFontSize(18);</font></div>
<div><font size="2">atextActor-&gt;GetTextProperty()-&gt;SetFontFamilyToArial();</font></div>
<div><font size="2">atextActor-&gt;GetTextProperty()-&gt;SetJustificationToCentered();</font></div>
<div><font size="2">atextActor-&gt;GetTextProperty()-&gt;BoldOn();</font></div>
<div><font size="2">atextActor-&gt;GetTextProperty()-&gt;SetColor(0, 0, 1);</font></div>
<div><font size="2">d_renderer-&gt;AddActor2D(atextActor);</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Any help would be highly appreciated. As I am trying to find a solution for quite a while. If its not possible that the text can rotate or spin when using vtrkTextActor then is there a way that the text shoud not increase/decrease in size when I zoom in/out the window but can rotate, spin and move in the window like other drawing objects.
</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Best Regards,</font></div>
<div><font size="2">Imran Ahmed Khan.</font></div>
<div><font size="2"></font>&nbsp;</div>