public Graphic3d_CubeMapOrder Permuted(Graphic3d_ValidatedCubeMapOrder anOrder)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Graphic3d_CubeMapPacked(Image_PixMap theImage, Graphic3d_ValidatedCubeMapOrder theOrder)
     : base()
 {
     throw new NotImplementedException();
 }
 public Graphic3d_CubeMapOrder(Graphic3d_ValidatedCubeMapOrder theOrder)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public Graphic3d_CubeMapPacked(TCollection_AsciiString theFileName, Graphic3d_ValidatedCubeMapOrder theOrder)
     : base()
 {
     throw new NotImplementedException();
 }