Skip to content

Commit

Permalink
typo fixes for morphNormals docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptone committed Apr 27, 2013
1 parent 28136e7 commit 80ded0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/core/Geometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ <h3>.[page:Array morphColors]</h3>
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>

Expand Down

0 comments on commit 80ded0b

Please sign in to comment.