public Graphic3d_TextureMap(TCollection_AsciiString theFileName, Graphic3d_TypeOfTexture theType)
     : base()
 {
     throw new NotImplementedException();
 }
 public Graphic3d_TextureMap(Image_PixMap thePixMap, Graphic3d_TypeOfTexture theType)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Graphic3d_Texture2D(Graphic3d_NameOfTexture2D theName, Graphic3d_TypeOfTexture theType)
     : base()
 {
     throw new NotImplementedException();
 }