]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleVolumeRendering.bbs
no message
[bbtk.git] / packages / wxvtk / bbs / appli / exampleVolumeRendering.bbs
index c1293fd74da3345ba95e5ffcff6b5215e081d82d..03f04995eda15e62d28508e2dec6263d107e4026 100644 (file)
@@ -5,13 +5,13 @@ category "example"
 include vtk
 load wxvtk
 
-new LoadHola image
+new LoadHola reader
 new PiecewiseFunction color
 new PiecewiseFunction opacity
 new VolumeRenderer renderer
 new Viewer3D viewer
 
-connect image.Out renderer.In
+connect reader.Out renderer.In
 connect color.Out renderer.ColorFunction
 connect opacity.Out renderer.OpacityFunction
 connect renderer.Out viewer.In1