소스 검색

MeshSurfaceSampler: Clean up docs.

Don McCurdy 5 년 전
부모
커밋
96daf13855
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/examples/en/math/MeshSurfaceSampler.html
  2. 1 1
      docs/examples/zh/math/MeshSurfaceSampler.html

+ 1 - 1
docs/examples/en/math/MeshSurfaceSampler.html

@@ -65,8 +65,8 @@
 		<h3>[method:this setWeightAttribute]( [param:String name] )</h3>
 		<p>
 		Specifies a vertex attribute to be used as a weight when sampling from the surface. Faces with higher weights are more likely to be sampled, and those with weights of zero will not be sampled at all. For vector attributes, only <i>.x</i> is used in sampling.
-		<p>If no weight attribute is selected, sampling is randomly distributed by area.</p>
 		</p>
+		<p>If no weight attribute is selected, sampling is randomly distributed by area.</p>
 
 		<h3>[method:this build]()</h3>
 		<p>

+ 1 - 1
docs/examples/zh/math/MeshSurfaceSampler.html

@@ -65,8 +65,8 @@
 		<h3>[method:this setWeightAttribute]( [param:String name] )</h3>
 		<p>
 		Specifies a vertex attribute to be used as a weight when sampling from the surface. Faces with higher weights are more likely to be sampled, and those with weights of zero will not be sampled at all. For vector attributes, only <i>.x</i> is used in sampling.
-		<p>If no weight attribute is selected, sampling is randomly distributed by area.</p>
 		</p>
+		<p>If no weight attribute is selected, sampling is randomly distributed by area.</p>
 
 		<h3>[method:this build]()</h3>
 		<p>