|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
<div>parameters is an object with one or more properties defining the material's appearance.</div>
|
|
|
<div>
|
|
|
-color — An instance of [page:Color Color]. Default is white.<br />
|
|
|
+color — Line color in hexidecimal. Default is 0xffffff.<br />
|
|
|
linewidth — Line thickness. Default is 1.<br />
|
|
|
linecap — Define appearance of line ends. Default is 'round'.<br />
|
|
|
linejoin — Define appearance of line joints. Default is 'round'.<br />
|
|
@@ -22,7 +22,7 @@ fog — Define whether the material color is affected by global fog settings. De
|
|
|
<h2>Properties</h2>
|
|
|
|
|
|
<h3>.[page:Color color]</h3>
|
|
|
-<div>An instance of [page:Color THREE.Color]. Default is a white (0xffffff) instance.</div>
|
|
|
+<div>Default is white.</div>
|
|
|
|
|
|
<h3>.[page:Float linewidth]</h3>
|
|
|
<div>Controls line thickness. Default is 1.</div>
|