Points

new Points(geometry?, material?)
THREE: THREE.Points

Renders each vertex in the geometry as a discrete point using a PointsMaterial.

Properties

NameTypeDescription
geometry

Geometry|undefined

Vertex data.

material

PointsMaterial|undefined

Point shading parameters.