some minor tweaks for the VTK demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-07-06 17:35:48 +00:00
parent 749e08b9d1
commit 7e3a5de30f

View File

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