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

Game Physics Cookbook

Posted By: AlenMiler
Game Physics Cookbook

Game Physics Cookbook by Gabor Szauer
English | 24 Mar. 2017 | ASIN: B01MDLX5PH | 480 Pages | AZW3 | 13.2 MB

Key Features

Get a comprehensive coverage of techniques to create high performance collision detection in games
Learn the core mathematics concepts and physics involved in depicting collision detection for your games
Get a hands-on experience of building a rigid body physics engine
Book Description

Physics is really important for game programmers who want to add realism and functionality to their games. Collision detection in particular is a problem that affects all game developers, regardless of the platform, engine, or toolkit they use.

This book will teach you the concepts and formulas behind collision detection. You will also be taught how to build a simple physics engine, where Rigid Body physics is the main focus, and learn about intersection algorithms for primitive shapes.

You'll begin by building a strong foundation in mathematics that will be used throughout the book. We'll guide you through implementing 2D and 3D primitives and show you how to perform effective collision tests for them. We then pivot to one of the harder areas of game development—collision detection and resolution.

Further on, you will learn what a Physics engine is, how to set up a game window, and how to implement rendering. We'll explore advanced physics topics such as constraint solving. You'll also find out how to implement a rudimentary physics engine, which you can use to build an Angry Birds type of game or a more advanced game.

By the end of the book, you will have implemented all primitive and some advanced collision tests, and you will be able to read on geometry and linear Algebra formulas to take forward to your own games!

What you will learn

Implement fundamental maths so you can develop solid game physics
Use matrices to encode linear transformations
Know how to check geometric primitives for collisions
Build a Physics engine that can create realistic rigid body behavior
Understand advanced techniques, including the Separating Axis Theorem
Create physically accurate collision reactions
Explore spatial partitioning as an acceleration structure for collisions
Resolve rigid body collisions between primitive shapes
About the Author

Gabor Szauer graduated from Full Sail University with a bachelor's degree in game development. He has been making video games professionally for over 6 years. He has worked on games for the Nintendo 3DS, Xbox 360, browser-based games, and mobile games.

In his free time Gabor makes video games, researches video game-related technologies, and likes to design and construct furniture. Gabor currently resides in San Francisco, working in the mobile game industry.

Table of Contents

Vectors
Matrices
Matrix Transformations
2D Primitive Shapes
2D Collisions
2D Optimizations
3D Primitive Shapes
3D Point Tests
3D Shape Intersections
3D Line Intersections
Triangles and Meshes
Models and Scenes
Camera and Frustum
Constraint Solving
Manifolds and Impulses
Springs and Joints
Advanced Topics