]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkLightKit.h
#3198 creaVtk Bug New Normal - VtkLightKit
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkLightKit.h
index 145f260cd265c359ff984d21e36e2876f173e859..2298c2ac0773d351ea3b06799014c3e8436e9efd 100644 (file)
@@ -24,7 +24,7 @@ class bbcreaVtk_EXPORT LightKit
     BBTK_DECLARE_INPUT(FillLightWarmth,double);
     BBTK_DECLARE_INPUT(BackLightWarmth,double);
     BBTK_DECLARE_INPUT(Renderer,vtkRenderer *);
-(
+
 //  BBTK_DECLARE_OUTPUT(Out,double);
   BBTK_PROCESS(Process);
   void Process();
@@ -40,6 +40,9 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(LightKit,bbtk::AtomicBlackBox);
        BBTK_AUTHOR("InfoDev");
        BBTK_DESCRIPTION("No Description.");
        BBTK_CATEGORY("empty");
+    BBTK_INPUT(LightKit,KeyLightWarmth,"KeyLightWarmth", double ,"");
+    BBTK_INPUT(LightKit,FillLightWarmth,"FillLightWarmth", double ,"");
+    BBTK_INPUT(LightKit,BackLightWarmth,"BackLightWarmth", double ,"");
     BBTK_INPUT(LightKit,Renderer,"3D scene in which to insert the surface",vtkRenderer*,"");
 //     BBTK_OUTPUT(LightKit,Out,"First output",double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(LightKit);