]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs
Remove bad trick to bypass a bug, since the bug is fixed...
[bbtk.git] / packages / wxvtk / bbs / appli / exampleIsoSurfaceWithControls.bbs
index 78f7086697f58b0c8fbeca26f2a05ac0cdbcd508..6ff4bcf617ffc2793cb375378825fa97104f4118 100644 (file)
@@ -12,10 +12,11 @@ load wxvtk
 new Viewer3D viewer
 #bad trick, waiting for a bug fix... : load twice the image :-(
 new LoadHola image1
-new LoadHola image2
+//new LoadHola image2
 
 connect image1.Out surface1.In
-connect image2.Out surface2.In
+//connect image2.Out surface2.In
+connect image1.Out surface2.In
 
 set surface1.Isovalue 100
 set surface1.Opacity 100