Session Name: | Math for Game Programmers: Building A Better Jump |
Speaker(s): | Kyle Pittman |
Company Name(s): | Minor Key Games |
Track / Format: | Programming |
Overview: | In 2D and 3D platforming games, the trajectory and feel of the avatar's jump is the foundation upon which all other control sensation builds. In this session, we show how to construct natural-feeling jump trajectories from designer-friendly input like desired height and distance, modeled programmatically using one of a few available integration methods. We extend these principles to facilitate irregular or non-parabolic jumps, such as varying jump height based on player input or falling rapidly beyond the peak of a jump. |