From d5e425e38a7d624aa7ae7969e1afc8d871abc519 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 13 Nov 2008 15:36:42 +0000 Subject: [PATCH] Remove bad trick to bypass a bug, since the bug is fixed... --- packages/wxvtk/bbs/appli/exampleIsoSurfaceWithControls.bbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.45.1