Browse Source

Update Object3D rotation type in docs to Euler

Benoit Girard 11 years ago
parent
commit
f74d036a1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/core/Object3D.html

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

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