浏览代码

add rotateX, rotateY and rotateZ to Object3D documentation (#9090)

Simon Thiele 9 年之前
父节点
当前提交
09e822ece3
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      docs/api/core/Object3D.html

+ 24 - 0
docs/api/core/Object3D.html

@@ -175,6 +175,30 @@
 		Translates object along z axis by distance.
 		</div>
 
+		<h3>[method:null rotateX]( [page:Float rad] )</h3>
+		<div>
+		rad - the angle to rotate in radians.<br />
+		</div>
+		<div>
+		Rotates the object around x axis in local space.
+		</div>
+
+		<h3>[method:null rotateY]( [page:Float rad] )</h3>
+		<div>
+		rad - the angle to rotate in radians.<br />
+		</div>
+		<div>
+		Rotates the object around y axis in local space.
+		</div>
+
+		<h3>[method:null rotateZ]( [page:Float rad] )</h3>
+		<div>
+		rad - the angle to rotate in radians.<br />
+		</div>
+		<div>
+		Rotates the object around z axis in local space.
+		</div>
+
 		<h3>[method:Vector3 localToWorld]( [page:Vector3 vector] )</h3>
 		<div>
 		vector - A local vector.<br />