Explorar o código

Update Point.d.ts

- updated docs 
- removed dead link
ycw %!s(int64=5) %!d(string=hai) anos
pai
achega
85fc9b74da
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/objects/Points.d.ts

+ 1 - 3
src/objects/Points.d.ts

@@ -6,9 +6,7 @@ import { BufferGeometry } from '../core/BufferGeometry';
 import { Intersection } from '../core/Raycaster';
 
 /**
- * A class for displaying particles in the form of variable size points. For example, if using the WebGLRenderer, the particles are displayed using GL_POINTS.
- *
- * @see {@link https://github.com/mrdoob/three.js/blob/master/src/objects/ParticleSystem.js|src/objects/ParticleSystem.js}
+ * A class for displaying points. The points are rendered by the WebGLRenderer using gl.POINTS.
  */
 export class Points <
 	TGeometry extends Geometry | BufferGeometry = Geometry | BufferGeometry,

粤ICP备19079148号