Skip to content

Commit 208571f

Browse files
committed
Docs: Added message regarding linewidth not working on Windows platforms. See mrdoob#3505.
1 parent 53dbc38 commit 208571f

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/api/materials/LineBasicMaterial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h3>.[page:Integer color]</h3>
3636

3737
<h3>.[page:Float linewidth]</h3>
3838
<div>Controls line thickness. Default is 1.</div>
39+
<div>Due to limitations in the <a href="https://code.google.com/p/angleproject/" target="_blank">ANGLE layer</a>, on Windows platforms linewidth will always be 1 regardless of the set value.</div>
3940

4041
<h3>.[page:String linecap]</h3>
4142
<div>Define appearance of line ends. Possible values are "butt", "round" and "square". Default is 'round'.</div>

docs/api/materials/MeshBasicMaterial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ <h3>.[page:Boolean wireframe]</h3>
4747

4848
<h3>.[page:Float wireframeLinewidth]</h3>
4949
<div>Controls wireframe thickness. Default is 1.</div>
50+
<div>Due to limitations in the <a href="https://code.google.com/p/angleproject/" target="_blank">ANGLE layer</a>, on Windows platforms linewidth will always be 1 regardless of the set value.</div>
5051

5152
<h3>.[page:String wireframeLinecap]</h3>
5253
<div>Define appearance of line ends. Possible values are "butt", "round" and "square". Default is 'round'.</div>

docs/api/materials/MeshLambertMaterial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h3>.[page:Boolean wireframe]</h3>
5454

5555
<h3>.[page:Float wireframeLinewidth]</h3>
5656
<div>Line thickness for wireframe mode. Default is *1.0*.</div>
57+
<div>Due to limitations in the <a href="https://code.google.com/p/angleproject/" target="_blank">ANGLE layer</a>, on Windows platforms linewidth will always be 1 regardless of the set value.</div>
5758

5859
<h3>.[page:String wireframeLinecap]</h3>
5960
<div>Define appearance of line ends. Possible values are "butt", "round" and "square". Default is 'round'.</div>

docs/api/materials/MeshPhongMaterial.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h3>.[page:Boolean wireframe]</h3>
6262

6363
<h3>.[page:Float wireframeLinewidth]</h3>
6464
<div>Line thickness for wireframe mode. Default is *1.0*.</div>
65+
<div>Due to limitations in the <a href="https://code.google.com/p/angleproject/" target="_blank">ANGLE layer</a>, on Windows platforms linewidth will always be 1 regardless of the set value.</div>
6566

6667
<h3>.[page:String wireframeLinecap]</h3>
6768
<div>Define appearance of line ends. Possible values are "butt", "round" and "square". Default is 'round'.</div>

0 commit comments

Comments
 (0)