浏览代码

typo fixes for morphNormals docs

Preston Holmes 12 年之前
父节点
当前提交
80ded0be76
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/core/Geometry.html

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

@@ -102,9 +102,9 @@
 		Morph colors can match either number and order of faces (face colors) or number of vertices (vertex colors).
 		Morph colors can match either number and order of faces (face colors) or number of vertices (vertex colors).
 		</div>
 		</div>
 
 
-		<h3>.[page:Array morphColors]</h3>
+		<h3>.[page:Array morphNormals]</h3>
 		<div>
 		<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>
 		<code>morphNormal = { name: "NormalName", normals: [ new THREE.Vector3(), ... ] }</code>
 		</div>
 		</div>