Explorar el Código

Updates documentation for LineDashedMaterial

Victor Glindås hace 8 años
padre
commit
52cac2be30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/materials/LineDashedMaterial.html

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

@@ -24,7 +24,7 @@
 		<code>
 var material = new THREE.LineDashedMaterial( {
 	color: 0xffffff,
-	lineWidth: 1,
+	linewidth: 1,
 	scale: 1,
 	dashSize: 3,
 	gapSize: 1,