Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Physics for Game Developers [Repost]

Posted By: AlenMiler
Physics for Game Developers [Repost]

Physics for Game Developers by David M. Bourg
O'Reilly Media | Nov 15 2001 | ISBN: 0596000065 | Pages: 336 | PDF | 3.93 MB

Colliding billiard balls. Missile trajectories. Cornering dynamics in speeding cars. By applying the laws of physics, you can realistically model nearly everything in games that bounces around, flies, rolls, slides, or isn't sitting still, to create compelling, believable content for computer games, simulations, and animation. Physics for Game Developers serves as the starting point for enriching games with physics-based realism. Part one is a mechanics primer that reviews basic concepts and addresses aspects of rigid body dynamics, including kinematics, force, and kinetics. Part two applies these concepts to specific real-world problems, such as projectiles, boats, airplanes, and cars. Part three introduces real-time simulations and shows how they apply to computer games. Although you don't need to be a physics expert to understand Physics for Game Developers, the author does assume you have a basic college-level understanding of classical physics. It should also be noted that the examples are written in standard C and use Windows API functions.