Is there any way to move an object forward in Three.js?
Maybe I should convert the rotation.x,y,z to a vector, and deal with it. But I\'m beginner, and I don\'t have
Another option is to use Vector3's set method/function.
position.set(x, y, z);