From: Eduardo DAVILA Date: Fri, 11 Aug 2017 16:22:30 +0000 (+0200) Subject: #3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=636609a6a30d5fafca10fc74f6f7296c2bd9e851;p=bbtk.git #3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7 --- diff --git a/packages/vtk/src/bbvtkSphereSource.xml b/packages/vtk/src/bbvtkSphereSource.xml index 463fca0..c526c82 100644 --- a/packages/vtk/src/bbvtkSphereSource.xml +++ b/packages/vtk/src/bbvtkSphereSource.xml @@ -14,9 +14,9 @@ - - - + + +
@@ -38,6 +38,9 @@ if (bbGetInputActive()==true)
 
 
   bbSetInputActive(true);
+  bbSetInputRadius(10);
+  bbSetInputPhiResolution(10);
+  bbSetInputThetaResolution(10);