Browse Source

Merge remote-tracking branch 'gero3/patch-7' into dev

Mr.doob 11 years ago
parent
commit
e75d899aca
1 changed files with 5 additions and 4 deletions
  1. 5 4
      docs/api/extras/helpers/AxisHelper.html

+ 5 - 4
docs/api/extras/helpers/AxisHelper.html

@@ -9,7 +9,8 @@
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
-		<div class="desc">todo</div>
+		<div class="desc">An axis object to visualize the the 3 axes in a simple way. <br />
+			The X axis is red. The Y axis is green. The Z axis is blue.</div>
 
 
 
 
 		<h2>Example</h2>
 		<h2>Example</h2>
@@ -21,12 +22,12 @@
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
 
 
-		<h3>[name]([page:todo size])</h3>
+		<h3>[name]([page:Number size])</h3>
 		<div>
 		<div>
-		size -- Define the size of the helper
+		size -- Define the size of the of the line representing the axes.
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		Creates an axisHelper with lines of length size.
 		</div>
 		</div>
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>