angle - the angle to rotate in radians.
angle
Rotates the object around y axis in local space.
Object3D rotateY(double angle) { return rotateOnAxis(_yAxis, angle); }