Put Item In Right Status By Pose Transform

We create a simple scene for the first time, cone and axes are in the point (0, 0, 0). #include <iostream> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkActor.h> #include <vtkConeSource.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkPolyDataMapper.h> #include <vtkLineSource.h> #include <vtkRenderWindowInteractor.h> #include <vtkAxesActor.h> #include <vtkProperty.h> #include <vtkXMLPolyDataReader.h> #include <vtkCharArray.h> #include <vtkPointData.h> #include Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X