2
0
Эх сурвалжийг харах

Merge pull request #10989 from vivensio/dev

Punctuation consistency and typos
Mr.doob 8 жил өмнө
parent
commit
3f608b7ba1

+ 6 - 6
docs/examples/collada/Animation.html

@@ -19,7 +19,7 @@
 		<h3>[name]([page:Object3d root], [page:String name])</h3>
 		<h3>[name]([page:Object3d root], [page:String name])</h3>
 		<div>
 		<div>
 		root -- The mesh to animate. <br />
 		root -- The mesh to animate. <br />
-		name -- The name of the animation
+		name -- The name of the animation.
 		</div>
 		</div>
 		<div>
 		<div>
 		Creates an animation for root. The animation data is gathered from AnimationHandler based on its name.
 		Creates an animation for root. The animation data is gathered from AnimationHandler based on its name.
@@ -34,7 +34,7 @@
 
 
 		<h3>[property:Object data]</h3>
 		<h3>[property:Object data]</h3>
 		<div>
 		<div>
-		The data containing the animation
+		The data containing the animation.
 		</div>
 		</div>
 
 
 		<h3>[property:Array hierarchy]</h3>
 		<h3>[property:Array hierarchy]</h3>
@@ -86,7 +86,7 @@
 
 
 		<h3>[method:Boolean update]([page:Number deltaTimeMS])</h3>
 		<h3>[method:Boolean update]([page:Number deltaTimeMS])</h3>
 		<div>
 		<div>
-		deltaTimeMS -- The time of the between the previous frame and this frame in miliseconds.
+		deltaTimeMS -- The time elapsed between the previous frame and this frame in milliseconds.
 		</div>
 		</div>
 		<div>
 		<div>
 		Updates the animation in time. This shouldn't be called by user code. The animationHandler calls this method.
 		Updates the animation in time. This shouldn't be called by user code. The animationHandler calls this method.
@@ -94,8 +94,8 @@
 
 
 		<h3>[method:array interpolateCatmullRom]([page:Array points], [page:Number scale])</h3>
 		<h3>[method:array interpolateCatmullRom]([page:Array points], [page:Number scale])</h3>
 		<div>
 		<div>
-		points -- The 4 control point to calculate CatMullRom <br />
-		scale -- The scale between the previous key and the nex key
+		points -- The 4 control point to calculate CatMullRom. <br />
+		scale -- The scale between the previous key and the next key.
 		</div>
 		</div>
 		<div>
 		<div>
 		Interpolates the point based on the key. Is used in update.
 		Interpolates the point based on the key. Is used in update.
@@ -104,7 +104,7 @@
 		<h3>[method:Object getNextKeyWith]([page:String type], [page:Object h], [page:Number key])</h3>
 		<h3>[method:Object getNextKeyWith]([page:String type], [page:Object h], [page:Number key])</h3>
 		<div>
 		<div>
 		type -- The animationtype for the key. Can be "pos", "rot" and "scl".<br />
 		type -- The animationtype for the key. Can be "pos", "rot" and "scl".<br />
-		h -- The object of the hierarchy that catins the key <br />
+		h -- The object of the hierarchy that contains the key. <br />
 		key -- The index of the next possible key.
 		key -- The index of the next possible key.
 		</div>
 		</div>
 		<div>
 		<div>