Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 02:03, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneYard/VisualizeSphere (content was: "This example shows the basics of rendering to a window. It creates a sphere and then displays it in an interactive window. Fix: Add CMakeLists.txt ==VisualizeSphere.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkSmartPointer.h> int main (int argc, char *argv[]) { vtkSmartPointer<vtkS...")