Parent Directory
|
Revision Log
|
Patch
revision 821 by gross, Tue Jul 25 04:58:05 2006 UTC | revision 822 by jongui, Tue Aug 29 01:39:27 2006 UTC | |
---|---|---|
# | Line 28 import sys,os | Line 28 import sys,os |
28 | sys.path.append('../') | sys.path.append('../') |
29 | ||
30 | # import the python visualisation interface | # import the python visualisation interface |
31 | from pyvisi import * | from pyvisi_old import * |
32 | # import the vtk stuff | # import the vtk stuff |
33 | from pyvisi.renderers.vtk import * | from pyvisi_old.renderers.vtk import * |
34 | ||
35 | # start a scene, using vtk as the renderer | # start a scene, using vtk as the renderer |
36 | scene = Scene() | scene = Scene() |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |