소스 검색

Update Object3D rotation type in docs to Euler

Benoit Girard 11 년 전
부모
커밋
f74d036a1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/core/Object3D.html

+ 1 - 1
docs/api/core/Object3D.html

@@ -48,7 +48,7 @@
 		Object's local position.
 		</div>
 
-		<h3>.[page:Vector3 rotation]</h3>
+		<h3>.[page:Euler rotation]</h3>
 		<div>
 		Object's local rotation (<a href="https://en.wikipedia.org/wiki/Euler_angles" target="_blank">Euler angles</a>), in radians.
 		</div>