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