- Game Physics Cookbook
- Gabor Szauer
- 177字
- 2021-04-02 20:27:21
Preface
At some point in your game development career, you might need to build a physics engine, modify the source code of an existing physics engine, or even just model some interaction using an existing physics engine. Each of these tasks is a real challenge. Knowing how a physics engine is implemented under the hood will make all of these scenarios a lot simpler.
Building a physics engine from scratch might seem like a large, complex and confusing project, but it doesn't have to be. Behind every physics engine are the same three core components: a solid math library, accurate intersection testing, and usually impulse-based collision resolution. The collision resolution does not have to use an impulse-based solver; other resolution strategies exist as well.
This book covers the three core components of a physics engine in great detail. By the end of the book you will have implemented particle-based physics, rigid body physics, and even soft body physics through cloth simulation. This cookbook aims to break the components of a physics engine down into bite-sized, independent recipes.
- Mastering Entity Framework Core 2.0
- 精通Nginx(第2版)
- Python Tools for Visual Studio
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓(xùn)版)
- Yocto for Raspberry Pi
- Microsoft Azure Storage Essentials
- Getting Started with Eclipse Juno
- Extreme C
- Getting Started with Python and Raspberry Pi
- 代碼閱讀
- Python 3 Object:oriented Programming(Second Edition)
- 進入IT企業(yè)必讀的324個Java面試題
- MySQL數(shù)據(jù)庫應(yīng)用實戰(zhàn)教程(慕課版)
- Java多線程并發(fā)體系實戰(zhàn)(微課視頻版)
- Mastering Object:Oriented Python(Second Edition)