From: jean-pierre roux Date: Thu, 13 Nov 2008 15:36:42 +0000 (+0000) Subject: Remove bad trick to bypass a bug, since the bug is fixed... X-Git-Tag: v0.9.1~92 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d5e425e38a7d624aa7ae7969e1afc8d871abc519;p=bbtk.git Remove bad trick to bypass a bug, since the bug is fixed... --- diff --git a/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs b/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs index 78f7086..6ff4bcf 100644 --- a/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs @@ -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