]> git.saurik.com Git - wxWidgets.git/commitdiff
some minor tweaks for the VTK demo
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Jul 2001 17:35:48 +0000 (17:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Jul 2001 17:35:48 +0000 (17:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/wxVTKRenderWindow.py

index 35b13325b0d197bafa217eb5716fa2db47cfa744..520f50b2aa3d97f94794ab3610eb147adeb45c6a 100644 (file)
@@ -10,7 +10,7 @@ except ImportError:
 
 def MakeCone(vtkwin):
     cone = vtk.vtkConeSource()
 
 def MakeCone(vtkwin):
     cone = vtk.vtkConeSource()
-    cone.SetResolution(128)
+    cone.SetResolution(80)
     coneMapper = vtk.vtkPolyDataMapper()
     coneMapper.SetInput(cone.GetOutput())
     coneActor = vtk.vtkActor()
     coneMapper = vtk.vtkPolyDataMapper()
     coneMapper.SetInput(cone.GetOutput())
     coneActor = vtk.vtkActor()