LineMaterial¶
-
class
pythreejs.LineMaterial[source]¶ LineMaterial
Autogenerated by generate-wrappers.js This class is a custom class for pythreejs, with no direct corresponding class in three.js.
Inherits
Material.Three.js docs: https://threejs.org/docs/#api/materials/LineMaterial
-
color¶ Color("#ffffff", allow_none=False).tag(sync=True)
-
fog¶ Bool(False, allow_none=False).tag(sync=True)
-
lights¶ Bool(False, allow_none=False).tag(sync=True)
-
linewidth¶ CFloat(1, allow_none=False).tag(sync=True)
-
dashScale¶ CFloat(1, allow_none=False).tag(sync=True)
-
dashSize¶ CFloat(1, allow_none=False).tag(sync=True)
-
gapSize¶ CFloat(1, allow_none=False).tag(sync=True)
-
type¶ Unicode("LineMaterial", allow_none=False).tag(sync=True)
-
color = Color('#ffffff') a valid HTML color
-
dashScale = CFloat(1) a float
-
dashSize = CFloat(1) a float
-
fog = Bool(False) a boolean
-
gapSize = CFloat(1) a float
-
lights = Bool(False) a boolean
-
linewidth = CFloat(1) a float
-
type = Unicode('LineMaterial') a unicode string
-