Browse Source

Updates documentation for LineBasicMaterial

Victor Glindås 8 năm trước cách đây
mục cha
commit
fba8c988f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 } );