Browse Source

Update AxisHelper.html

jox81 11 years ago
parent
commit
0f2fe0ed75
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/api/extras/helpers/AxisHelper.html

+ 6 - 1
docs/api/extras/helpers/AxisHelper.html

@@ -10,14 +10,19 @@
 		<h1>[name]</h1>
 
 		<div class="desc">todo</div>
+		<h2>Example</h2>
 
+                <code>
+                	var axisHelper = new THREE.AxisHelper(5);
+			scene.add( axisHelper );
+                </code>
 
 		<h2>Constructor</h2>
 
 
 		<h3>[name]([page:todo size])</h3>
 		<div>
-		size -- todo
+		size -- Define the size of the helper
 		</div>
 		<div>
 		todo