瀏覽代碼

Docs: Fixed color paremeter desc in LineBasicMaterial. Fixes #1990.

Mr.doob 13 年之前
父節點
當前提交
63567203ff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/materials/LineBasicMaterial.html

+ 2 - 2
docs/api/materials/LineBasicMaterial.html

@@ -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>