LineDashedMaterial¶
-
class
pythreejs.LineDashedMaterial[source]¶ LineDashedMaterial
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/materials/LineDashedMaterial
Inherits
Material.Three.js docs: https://threejs.org/docs/#api/materials/LineDashedMaterial
-
color¶ Unicode("#ffffff", allow_none=False).tag(sync=True)
-
lights¶ Bool(False, allow_none=False).tag(sync=True)
-
linewidth¶ CFloat(1, allow_none=False).tag(sync=True)
-
scale¶ CFloat(1, allow_none=False).tag(sync=True)
-
dashSize¶ CFloat(3, allow_none=False).tag(sync=True)
-
gapSize¶ CFloat(1, allow_none=False).tag(sync=True)
-
type¶ Unicode("LineDashedMaterial", allow_none=False).tag(sync=True)
-
color = Unicode('#ffffff') a unicode string
-
dashSize = CFloat(3) a float
-
gapSize = CFloat(1) a float
-
lights = Bool(False) a boolean
-
linewidth = CFloat(1) a float
-
scale = CFloat(1) a float
-
type = Unicode('LineDashedMaterial') a unicode string
-