Points constructor
Points(
- BufferGeometry geometry,
- dynamic material
Implementation
Points(BufferGeometry geometry, material) {
type = 'Points';
this.geometry = geometry;
this.material = material;
updateMorphTargets();
}