public Graphic3d_TextureMap(Graphic3d_TextureMap parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void SetValue(int theIndex, Graphic3d_TextureMap theTexture)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void SetFirst(Graphic3d_TextureMap theTexture)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public Graphic3d_TextureSet(Graphic3d_TextureMap theTexture)
     : base()
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void SetBackgroundImage(Graphic3d_TextureMap theTextureMap)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public void SetBackgroundImage(Graphic3d_TextureMap theTextureMap, bool theToUpdatePBREnv)
 {
     throw new NotImplementedException();
 }