-
-
Notifications
You must be signed in to change notification settings - Fork 102
Collision Series 3 2D Collision with Transformed Objects
Area | Submitted | Type |
---|---|---|
Games: 2D Graphics, Games: Collision | 6/28/2007 | Tutorial |
This tutorial explains how to perform per-pixel collision detection in two dimensions on sprites that use linear transformations such as rotation or scale.
This tutorial builds on the previous tutorial in this series, Collision Series 2: 2D Per-Pixel Collision. Follow the steps in the previous tutorials before starting this one.
In the previous tutorial, you enhanced your simple obstacle avoidance game by adding per-pixel collisions, which are more accurate than the previously existing bounding rectangle test. The per-pixel technique presented in tutorial 2 accommodates only positioned sprites, without any other transformations. For many games, this is completely sufficient. However, if your game requires objects that are rotated, scaled, or otherwise linearly transformed, you are going to need a more sophisticated per-pixel collision test.
All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).
Download | Size | Description |
---|---|---|
TransformedCollisionSample_4_0 | 0.18MB | Source code and assets for the Collision Series 3: 2D Transformed Per-Pixel Tutorial (XNA Game Studio 4.0). |
TransformedCollisionSample_4_0.zip | 0.18MB | Source code and assets for the Collision Series 3: 2D Transformed Per-Pixel Tutorial (XNA Game Studio 4.0). |