문제

I need to set the gravity in a box2d world right in the center of the canvas. This means that objects will fall in the center of the canvas.

The box2d framework is the javascript framework.

Thank you.

도움이 되었습니까?

해결책

Gravity is not a location, it's a direction. To do what you want, you can set gravity to zero and apply a small force to all bodies every timestep, toward the location you want them to move to.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top