How to Make Objects Fall Faster in a Physics Simulation
- by David Dimalanta
I used the collision physics (i.e. Box2d, Physics Body Editor) and implemented onto the java code. I'm trying to make the fall speed higher according to the examples:
It falls slower if light object (i.e. feather).
It falls faster depending on the object (i.e. pebble, rock, car).
I decided to double its falling speed for more excitement. I…