metallic_roughness property
metallic_roughness property
Gets or sets the texture for metallic(in R channel) and roughness(in G channel)
Definition:
@property
def metallic_roughness(self):
...
@metallic_roughness.setter
def metallic_roughness(self, value):
...
See Also
- module
aspose.threed.shading
- class
PbrMaterial
- class
TextureBase