Exemplo n.º 1
0
 public void SetLight(vtkLight light)
 {
     vtkLightActor.vtkLightActor_SetLight_17(base.GetCppThis(), (light == null) ? default(HandleRef) : light.GetCppThis());
 }
Exemplo n.º 2
0
 public void AddItem(vtkLight a)
 {
     vtkLightCollection.vtkLightCollection_AddItem_01(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis());
 }
 public bool LightCreatesShadow(vtkLight l)
 {
     return(vtkShadowMapBakerPass.vtkShadowMapBakerPass_LightCreatesShadow_10(base.GetCppThis(), (l == null) ? default(HandleRef) : l.GetCppThis()) != 0);
 }
Exemplo n.º 4
0
 public void DeepCopy(vtkLight light)
 {
     vtkLight.vtkLight_DeepCopy_01(base.GetCppThis(), (light == null) ? default(HandleRef) : light.GetCppThis());
 }