diff --git a/docs/api/core/Object3D.html b/docs/api/core/Object3D.html index 7c8d855a1c21a4906bb68f633d11bf6e13a32601..fd109f30d6b68813e56eef3d708c628174f736ac 100644 --- a/docs/api/core/Object3D.html +++ b/docs/api/core/Object3D.html @@ -175,6 +175,30 @@ Translates object along z axis by distance. +

[method:null rotateX]( [page:Float rad] )

+
+ rad - the angle to rotate in radians.
+
+
+ Rotates the object around x axis in local space. +
+ +

[method:null rotateY]( [page:Float rad] )

+
+ rad - the angle to rotate in radians.
+
+
+ Rotates the object around y axis in local space. +
+ +

[method:null rotateZ]( [page:Float rad] )

+
+ rad - the angle to rotate in radians.
+
+
+ Rotates the object around z axis in local space. +
+

[method:Vector3 localToWorld]( [page:Vector3 vector] )

vector - A local vector.