I’m looking at how i can apply rotations to a mesh at the vertices level, however the MeshHelper.applyRotations function doesn’t appear to take into consideration if the pivot point of the mesh has been changed.
So the applied rotation ends up moving the mesh to the wrong place.
Does anyone know how to get the applyRotation function to use the pivotpoint instead of the containers centre?