class documentation
class MeshStandardMaterial(MeshMaterial): (source)
Constructor: MeshStandardMaterial(color, emissive_color, emissive_intensity, metalness, ...)
Represents a standard mesh material.
This material is a standard physically-based rendering (PBR) material. This material is ideal for most use cases.
Parameters | |
color | the color of the material |
emissive | the emissive color of the material. This is the color emitted by the material itself independent of the light |
emissive | the intensity of the emissive color |
metalness | the metalness of the material |
roughness | the roughness of the material |
wireframe | whether to render the mesh as a wireframe |
opacity | the opacity of the material, in the range [0, 1] |
Method | __init__ |
Undocumented |
Method | as |
Undocumented |
Method | color |
Undocumented |
Method | emissive |
Undocumented |
Method | emissive |
Undocumented |
Method | metalness |
Undocumented |
Method | roughness |
Undocumented |
Property | color |
Undocumented |
Property | emissive |
Undocumented |
Property | emissive |
Undocumented |
Property | metalness |
Undocumented |
Property | roughness |
Undocumented |
Instance Variable | _color |
Undocumented |
Instance Variable | _emissive |
Undocumented |
Instance Variable | _emissive |
Undocumented |
Instance Variable | _metalness |
Undocumented |
Instance Variable | _roughness |
Undocumented |
Inherited from MeshMaterial
:
Method | wireframe |
Undocumented |
Instance Variable | _wireframe |
Undocumented |
Inherited from Material3D
(via MeshMaterial
):
Method | opacity |
Undocumented |
Static Method | _from |
Undocumented |
Instance Variable | _opacity |
Undocumented |
Inherited from BaseValidatedDataClass
(via MeshMaterial
, Material3D
):
Method | __eq__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __setattr__ |
Undocumented |