]> Creatis software - bbtk.git/commitdiff
Remove bad trick to bypass a bug, since the bug is fixed...
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 13 Nov 2008 15:36:42 +0000 (15:36 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 13 Nov 2008 15:36:42 +0000 (15:36 +0000)
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