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
Unicode("#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)
size
CFloat(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 = Unicode('#ffffff')

a unicode string

lights = Bool(False)

a boolean

map = Instance()

a Texture or None

size = CFloat(1)

a float

sizeAttenuation = Bool(True)

a boolean

type = Unicode('PointsMaterial')

a unicode string