Beispiel #1
0
 public Graphic3d_BSDF CreateMetallicRoughness(Graphic3d_PBRMaterial thePbr)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SetPBRMaterial(Graphic3d_PBRMaterial thePBRMaterial)
 {
     throw new NotImplementedException();
 }
 public Graphic3d_PBRMaterial(Graphic3d_PBRMaterial parameter1)
     : base()
 {
     throw new NotImplementedException();
 }