From 636609a6a30d5fafca10fc74f6f7296c2bd9e851 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 11 Aug 2017 18:22:30 +0200 Subject: [PATCH] #3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7 --- packages/vtk/src/bbvtkSphereSource.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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);
 
-- 2.45.1