PointsMaterial

class pythreejs.PointsMaterial[source]

PointsMaterial

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/materials/PointsMaterial

Inherits Material.

Three.js docs: https://threejs.org/docs/#api/materials/PointsMaterial

color
Color("#ffffff", allow_none=False).tag(sync=True)
lights
Bool(False, allow_none=False).tag(sync=True)
map
Instance(Texture, allow_none=True).tag(sync=True, **widget_serialization)
morphTargets
Bool(False, allow_none=False).tag(sync=True)
size
IEEEFloat(1, allow_none=False).tag(sync=True)
sizeAttenuation
Bool(True, allow_none=False).tag(sync=True)
type
Unicode("PointsMaterial", allow_none=False).tag(sync=True)
color = Color('#ffffff')

a valid HTML color

lights = Bool(False)

a boolean

map = Instance()

a Texture or None

morphTargets = Bool(False)

a boolean

size = IEEEFloat(1)

a float

sizeAttenuation = Bool(True)

a boolean

type = Unicode('PointsMaterial')

a unicode string