class documentation
class MeshBasicMaterial(MeshMaterial): (source)
Constructor: MeshBasicMaterial(color, wireframe, opacity)
Represents a basic mesh material.
This material is not affected by lights, and is rendered as a solid color.
Parameters | |
color | the color 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 |
Property | color |
Undocumented |
Instance Variable | _color |
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 |