I am dynamically adding meshes to an Object3D
and was wondering if it was possible to get the center of the object such that I can do rotations and on translations equally on the whole mesh and not 'centered' on one end. I know you can access the geometry property of Mesh
but I couldn't find an equivalent for Object3D
.
Thanks!