ソースを参照

Updates documentation for LineBasicMaterial

Victor Glindås 8 年 前
コミット
fba8c988f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/api/materials/LineBasicMaterial.html

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

@@ -38,7 +38,7 @@
 		<code>
 var material = new THREE.LineBasicMaterial( {
 	color: 0xffffff,
-	lineWidth: 1,
+	linewidth: 1,
 	linecap: 'round', //ignored by WebGLRenderer
 	linejoin:  'round' //ignored by WebGLRenderer
 } );