Skip to content

Commit 9a42963

Browse files
committed
Docs: Particles to Points.
1 parent 03d73a6 commit 9a42963

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/api/materials/PointsMaterial.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<h1>[name]</h1>
1414

15-
<div class="desc">The default material used by [page:Points particle] systems.</div>
15+
<div class="desc">The default material used by [page:Points].</div>
1616

1717

1818
<h2>Constructor</h2>
@@ -22,9 +22,9 @@ <h3>[name]( [page:Object parameters] )</h3>
2222
<div>parameters is an object with one or more properties defining the material's appearance.</div>
2323

2424
<div>
25-
color — Particle color in hexadecimal. Default is 0xffffff.<br />
25+
color — Points color in hexadecimal. Default is 0xffffff.<br />
2626
map — a [page:Texture texture].If defined, then a point has the data from texture as colors. Default is null.<br />
27-
size — Define size of particles. Default is 1.0.<br />
27+
size — Define size of points. Default is 1.0.<br />
2828
sizeAttenuation — Enable/disable size attenuation with distance.<br />
2929
vertexColors — Define whether the material uses vertex colors, or not. Default is false.<br />
3030
fog — Define whether the material color is affected by global fog settings. Default is true.
@@ -35,19 +35,19 @@ <h2>Properties</h2>
3535

3636
<h3>[property:Number color]</h3>
3737

38-
<div>Sets the color of the particles. Default is 0xffffff.</div>
38+
<div>Sets the color of the points. Default is 0xffffff.</div>
3939

4040
<h3>[property:Texture map]</h3>
4141

42-
<div>Sets the color of the particles using data from a texture.</div>
42+
<div>Sets the color of the points using data from a texture.</div>
4343

4444
<h3>[property:Number size]</h3>
4545

46-
<div>Sets the size of the particles. Default is 1.0.</div>
46+
<div>Sets the size of the points. Default is 1.0.</div>
4747

4848
<h3>[property:Boolean sizeAttenuation]</h3>
4949

50-
<div>Specify whether particles' size will get smaller with the distance. Default is true.</div>
50+
<div>Specify whether points' size will get smaller with the distance. Default is true.</div>
5151

5252
<h3>[property:Boolean vertexColors]</h3>
5353
<div>Define how the vertices gets colored. Possible values are THREE.NoColors, THREE.FaceColors and THREE.VertexColors. Default is THREE.NoColors.</div>

docs/api/objects/Points.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<h1>[name]</h1>
1414

15-
<div class="desc">A class for displaying particles in the form of variable size points. For example, if using the [page:WebGLRenderer], the particles are displayed using GL_POINTS.</div>
15+
<div class="desc">A class for displaying points. For example, if using the [page:WebGLRenderer], the points are displayed using GL_POINTS.</div>
1616

1717

1818
<h2>Constructor</h2>
@@ -29,7 +29,7 @@ <h2>Properties</h2>
2929

3030
<h3>[property:Geometry geometry]</h3>
3131

32-
<div>An instance of [page:Geometry], where each vertex designates the position of a particle in the system.</div>
32+
<div>An instance of [page:Geometry], where each vertex designates the position the points.</div>
3333

3434
<h3>[property:Material material]</h3>
3535

0 commit comments

Comments
 (0)