X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereSource.xml;h=50d2bc117075c8d263918371d06db47c41ac3a57;hb=dfcd0b84f01eb96e43c2180a35d626cc123a7231;hp=463fca033660643d7873fc5932cd6c315c2c7aaa;hpb=427d8c0ac838ab789a57b28f62a7f9ff243e7b60;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereSource.xml b/packages/vtk/src/bbvtkSphereSource.xml index 463fca0..50d2bc1 100644 --- a/packages/vtk/src/bbvtkSphereSource.xml +++ b/packages/vtk/src/bbvtkSphereSource.xml @@ -14,9 +14,9 @@ - - - + + +
@@ -38,6 +38,12 @@ if (bbGetInputActive()==true)
 
 
   bbSetInputActive(true);
+  bbSetInputRadius(10);
+  bbSetInputCenterX(0);
+  bbSetInputCenterY(0);
+  bbSetInputCenterZ(0);
+  bbSetInputPhiResolution(10);
+  bbSetInputThetaResolution(10);