I'm developing a platformer game with C# XNA and Farseer where the player should be able to swap gravity and run on the roof. Other objects affected by gravity will be there as well.
Is there any way I can control the gravity individually for each objects? i.e letting the player to have negative gravity and some boxes have normal gravity.
Thanks