コード例 #1
0
 public V3d_PositionLight(Graphic3d_TypeOfLightSource theType)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int NbEnabledLightsOfType(Graphic3d_TypeOfLightSource theType)
 {
     throw new NotImplementedException();
 }