提交 09e822ec 编写于 作者: S Simon Thiele 提交者: Mr.doob

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

上级 9963eed1
......@@ -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 />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册