...

/

Creating THREE.Points from Existing Geometry

Creating THREE.Points from Existing Geometry

Learn how to use geometry to create points in Three.js.

Use existing geometry for THREE.Points

We’ve mainly looked at creating sprites and point clouds from scratch. An interesting option is to create THREE.Points from an existing geometry.

We may recall, THREE.Points renders each point based on the vertices ...