PbrSpecularMaterial

PbrSpecularMaterial

Overview

PbrSpecularMaterial is a class in Aspose.3D FOSS for Python.

Material for physically based rendering based on diffuse color/specular/glossiness.

This class declares 7 methods for PbrSpecularMaterial objects in Python programs. Available methods include: __init__, find_property, get_property, get_texture, remove_property, set_property, set_texture. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: diffuse, diffuse_texture, emissive_color, emissive_texture, glossiness_factor, name, and 5 more.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
properties``ReadGets the properties.
transparencyfloatRead/WriteGets or sets the transparency.
normal_texture'TextureBase'Read/WriteGets or sets the normal texture.
specular_glossiness_texture'TextureBase'Read/WriteGets or sets the specular glossiness texture.
glossiness_factorfloatRead/WriteGets or sets the glossiness factor.
specular``Read/WriteGets or sets the specular.
diffuse_texture'TextureBase'Read/WriteGets or sets the diffuse texture.
diffuse``Read/WriteGets or sets the diffuse.
emissive_texture'TextureBase'Read/WriteGets or sets the emissive texture.
emissive_color``Read/WriteGets or sets the emissive color.

Methods

SignatureDescription
__init__()Not implemented in the FOSS edition — throws at runtime. Calls init on this PbrSpecularMaterial instance.
remove_property(property)Not implemented in the FOSS edition — throws at runtime. Calls remove_property(property) on this PbrSpecularMaterial instance.
get_property(property)Not implemented in the FOSS edition — throws at runtime. Calls get_property(property) on this PbrSpecularMaterial instance.
set_property(property, value)Not implemented in the FOSS edition — throws at runtime. Sets the property value.
find_property(property_name: str)'Property'Not implemented in the FOSS edition — throws at runtime. Calls find_property(property_name) on this PbrSpecularMaterial instance.
get_texture(slot_name: str)'TextureBase'Not implemented in the FOSS edition — throws at runtime. Calls get_texture(slot_name) on this PbrSpecularMaterial instance.
set_texture(slot_name: str, texture: 'TextureBase')Not implemented in the FOSS edition — throws at runtime. Sets the texture value.

See Also