Skip to content

Commit c278bc9

Browse files
Mugen87AdaRoseCannon
authored andcommitted
Docs: Improve LineDashedMaterial page. (mrdoob#27276)
1 parent 817aa09 commit c278bc9

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

docs/api/ar/materials/LineDashedMaterial.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<h1>[name]</h1>
1313

1414
<p class="desc">
15-
مادة لرسم الهندسة على طريقة الإطار السلكي بخطوط متقطعة.
15+
مادة لرسم الهندسة على طريقة الإطار السلكي بخطوط متقطعة.<br />
16+
Note: Make sure to call [page:Line.computeLineDistances]() when using [name].
1617
</p>
1718

1819
<h2>مثال الكود</h2>

docs/api/en/materials/LineDashedMaterial.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<h1>[name]</h1>
1313

1414
<p class="desc">
15-
A material for drawing wireframe-style geometries with dashed lines.
15+
A material for drawing wireframe-style geometries with dashed lines.<br />
16+
Note: Make sure to call [page:Line.computeLineDistances]() when using [name].
1617
</p>
1718

1819
<h2>Code Example</h2>

docs/api/fr/materials/LineDashedMaterial.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

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

14-
<p class="desc">Un matériau pour dessiner des géométries de style filaire, avec des pointillés.</p>
14+
<p class="desc">
15+
Un matériau pour dessiner des géométries de style filaire, avec des pointillés.<br />
16+
Note: Make sure to call [page:Line.computeLineDistances]() when using [name].
17+
</p>
1518

1619
<h2>Exemple de Code</h2>
1720

docs/api/it/materials/LineDashedMaterial.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

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

14-
<p class="desc">Un materiale per disegnare geometrie in stile wireframe con linee tratteggiate.</p>
14+
<p class="desc">
15+
Un materiale per disegnare geometrie in stile wireframe con linee tratteggiate.<br />
16+
Note: Make sure to call [page:Line.computeLineDistances]() when using [name].
17+
</p>
1518

1619
<h2>Codice di Esempio</h2>
1720

docs/api/zh/materials/LineDashedMaterial.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
<h1>虚线材质([name])</h1>
1313

14-
<p class="desc">一种用于绘制虚线样式几何体的材质。</p>
14+
<p class="desc">
15+
一种用于绘制虚线样式几何体的材质。<br />
16+
Note: Make sure to call [page:Line.computeLineDistances]() when using [name].
17+
</p>
1518

1619
<h2>代码示例</h2>
1720

0 commit comments

Comments
 (0)