X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fappli%2FexampleIsoSurfaceWithControls.bbs;h=6ff4bcf617ffc2793cb375378825fa97104f4118;hb=ae4497a19b957df306e688ce3f69c3687323668e;hp=e604657802decced2acf132d049a551bb7f61c1a;hpb=2655f6362d2e97439542ef6474f488e06310fc2b;p=bbtk.git diff --git a/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs b/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs index e604657..6ff4bcf 100644 --- a/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs +++ b/packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs @@ -2,11 +2,6 @@ description "Example of IsoSurfaceWithControls." author "laurent.guigues at creatis.insa-lyon.fr" category "example" -include wxvtk/boxes/bbIsoSurfaceWithControls -description "Example of IsoSurfaceWithControls." -author "laurent.guigues at creatis.insa-lyon.fr" -category "example" - include wxvtk/boxes/bbIsoSurfaceWithControls include vtk/boxes/bbLoadHola @@ -15,11 +10,13 @@ new IsoSurfaceWithControls surface2 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