Inverted Planet

I’m working on the movements and physics of an inverted planet. So far I have the ability to walk and jump around anywhere with a few procedurally placed trees. Let me know what you think!
https://youtube.com/watch?v=agAzTNoC6CM

How are you handling the physics? Are you using a center point to decide direction of gravity?

Yes, every frame the player direction from the center is calculated and then multiplied by -980 and player mass.