projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unicode compilation fixed for almost all samples
[wxWidgets.git]
/
wxPython
/
demo
/
wxVTKRenderWindow.py
diff --git
a/wxPython/demo/wxVTKRenderWindow.py
b/wxPython/demo/wxVTKRenderWindow.py
index 35b13325b0d197bafa217eb5716fa2db47cfa744..520f50b2aa3d97f94794ab3610eb147adeb45c6a 100644
(file)
--- a/
wxPython/demo/wxVTKRenderWindow.py
+++ b/
wxPython/demo/wxVTKRenderWindow.py
@@
-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()