Ejemplo n.º 1
0
 public bool IsGlobalLight(Graphic3d_CLight TheLight)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void DelLight(Graphic3d_CLight theLight)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool IsActiveLight(Graphic3d_CLight theLight)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SetLightOff(Graphic3d_CLight theLight)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Graphic3d_CLight Prepend(Graphic3d_CLight theItem)
 {
     throw new NotImplementedException();
 }