Exemplo n.º 1
0
 public void DelLight(V3dLight MyLight)
 {
     V3d_Viewer_DelLight1C16FAC6(Instance, MyLight.Instance);
 }
Exemplo n.º 2
0
 public bool IsGlobalLight(V3dLight TheLight)
 {
     return(V3d_Viewer_IsGlobalLight1C16FAC6(Instance, TheLight.Instance));
 }
Exemplo n.º 3
0
 public void SetLightOff(V3dLight MyLight)
 {
     V3d_Viewer_SetLightOff1C16FAC6(Instance, MyLight.Instance);
 }