class documentation
class MeshMaterial(Material3D): (source)
Known subclasses: fiftyone.core.threed.material_3d.MeshBasicMaterial
, fiftyone.core.threed.material_3d.MeshDepthMaterial
, fiftyone.core.threed.material_3d.MeshLambertMaterial
, fiftyone.core.threed.material_3d.MeshStandardMaterial
Constructor: MeshMaterial(wireframe, opacity)
Represents a mesh material.
Parameters | |
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 | wireframe |
Undocumented |
Property | wireframe |
Undocumented |
Instance Variable | _wireframe |
Undocumented |
Inherited from Material3D
:
Method | opacity |
Undocumented |
Static Method | _from |
Undocumented |
Instance Variable | _opacity |
Undocumented |
Inherited from BaseValidatedDataClass
(via Material3D
):
Method | __eq__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __setattr__ |
Undocumented |