소스 검색

Docs: Improve PointsMaterial. (#23892)

Michael Herzog 3 년 전
부모
커밋
dbeb3e58aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/en/materials/PointsMaterial.html

+ 1 - 1
docs/api/en/materials/PointsMaterial.html

@@ -85,7 +85,7 @@
 		<p>Sets the color of the points using data from a [page:Texture].</p>
 
 		<h3>[property:Number size]</h3>
-		<p>Sets the size of the points. Default is 1.0.<br/>
+		<p>Defines the size of the points in pixels. Default is 1.0.<br/>
 			Will be capped if it exceeds the hardware dependent parameter [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getParameter gl.ALIASED_POINT_SIZE_RANGE].</p>
 
 		<h3>[property:Boolean sizeAttenuation]</h3>