I have Object3d in Three.JS , which is a group of some Mesh objects.
I want to rotate this group around the Y axis, in the center of it, which is far from the world center (0,0,0).
I just know the code of Group.rotate.y += deg , but for each axis direction it always rotates an object around (0,0,0), not my group center!
How can i fix this?
UPDATE:
Read comments
source share