I want to rotate an entity around a position that is different than its center of mass / center of bounding volume.
Is entity.CollisionInformation.LocalPosition intended for this?
Rotating around different rot. center
Re: Rotating around different rot. center
Yup. Setting the LocalPosition of the entity's collidable offsets its center from the Position of the entity using the LocalPosition rotated by the current entity Orientation.