Skip to content

Points

new Points(geometry?, material?)

THREE equivalent: THREE.Points

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

Name Type Description
geometry Geometry|undefined Vertex data.
material PointsMaterial|undefined Point shading parameters.