<div dir="ltr">Hi,<div><br></div><div>I would like to have VectorText that is rotation around its central</div><div>vertical axis.</div><div><br></div><div>I wrote some code like this:</div><div><br></div><div><div><i>vtkSmartPointer<vtkVectorText> m_TextSource = vtkSmartPointer<vtkVectorText>::New();</i></div><div><i>m_TextSource->SetText("3DIA");</i></div><div><i>m_TextSource->Update();</i></div><div><i><br></i></div><div><i>vtkSmartPointer<vtkPolyDataMapper> m_Mapper = vtkSmartPointer<vtkPolyDataMapper>::New();</i></div><div><i>m_Mapper->SetInputConnection(m_TextSource->GetOutputPort());</i></div><div><i><br></i></div><div><i>vtkSmartPointer<vtkActor> </i><i>m_Actor = vtkSmartPointer<vtkActor>::New();</i></div><div><i>m_Actor->GetProperty()->SetColor(1.0, 1.0, 1.0);</i></div><div><i>m_Actor->SetMapper(m_Mapper);</i></div></div><div><i>m_Actor->RotateY(2.0);</i><br></div><div><br></div><div>and this way the text rotates around the world center.</div><div>How to move the center of rotation to the center of the text?<br></div><div><br></div><div>Thanks,</div><div>Dejan Zivkovic</div><div><br></div><div><br></div></div>