Points

class pythreejs.Points(geometry=None, material=None)[source]

Points

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

Inherits Object3D.

Three.js docs: https://threejs.org/docs/#api/objects/Points

material
Instance(Material, allow_none=False).tag(sync=True, **widget_serialization)
geometry
Union([
    Instance(BaseGeometry, allow_none=False),
    Instance(BaseBufferGeometry, allow_none=False)
]).tag(sync=True, **widget_serialization)
type
Unicode("Points", allow_none=False).tag(sync=True)
geometry = Union()

a BaseGeometry or a BaseBufferGeometry

material = Instance()

a Material

type = Unicode('Points')

a unicode string