Explorar el Código

Merge branch 'master' into dev

Mr.doob hace 12 años
padre
commit
135c35d4a1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/api/core/Geometry.html

+ 2 - 2
docs/api/core/Geometry.html

@@ -106,9 +106,9 @@
 		Morph colors can match either number and order of faces (face colors) or number of vertices (vertex colors).
 		</div>
 
-		<h3>.[page:Array morphColors]</h3>
+		<h3>.[page:Array morphNormals]</h3>
 		<div>
-		Array of morph normals. Morph Normals have similar structure as morph targets, each normal set is a Javascript object:
+		Array of morph normals. Morph normals have similar structure as morph targets, each normal set is a Javascript object:
 		<code>morphNormal = { name: "NormalName", normals: [ new THREE.Vector3(), ... ] }</code>
 		</div>