class Points
extends Object3D
import { Points } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
A class for displaying points. The points are rendered by the WebGLRenderer using gl.POINTS.
Type Parameters
optional
TGeometry extends Geometry | BufferGeometry = Geometry | BufferGeometryProperties
Methods
raycast(raycaster: Raycaster, intersects: Intersection[]): void
updateMorphTargets(): void