소스 검색

Update Point.d.ts

- updated docs 
- removed dead link
ycw 5 년 전
부모
커밋
85fc9b74da
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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号