소스 검색

Update AxisHelper.html

jox81 11 년 전
부모
커밋
0f2fe0ed75
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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