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