Bladeren bron

MeshSurfaceSampler: Clean up docs.

Don McCurdy 5 jaren geleden
bovenliggende
commit
96daf13855
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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>