objects/points library

Classes

Points
A class for displaying points. The points are rendered by the WebGLRenderer using gl.POINTS.

Functions

testPoint(Vector3 point, int index, double localThresholdSq, Matrix4 matrixWorld, Raycaster raycaster, List<Intersection> intersects, Object3D object) → void