VTK/ExamplesBoneYard/VisualizeSphere: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 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...")