|
Heightmap Collision This sample demonstrates how to move objects along a heightmap. It is based on the Generated Geometry sample, which creates a landscape from a bitmap. We build upon that sample, showing...
|
12-28-2007
|
446
|
Download
File Size 991.4kB
|
|
2D Collision Sample 2: Per-Pixel This sample demonstrates per-pixel collision detection. Introduction In the previous example, you created a simple object avoidance game using rectangle collision detection...
|
12-18-2007
|
278
|
Download
File Size 48kB
|
|
2D Collision Sample 1: Rectangle This sample shows a simple technique for constraining motion and collision detection in 2D. Introduction Games do not need to be complex to be fun and interesting. Obstacle...
|
12-16-2007
|
336
|
Download
File Size 58.3kB
|
|
Here's the VB.NET version of the source code from #3 in the three part collision series. Original Tutorial can be found at the Creators Club site: http://creators.xna.com/ Collision Series 3: 2D Collision...
|
12-21-2007
|
190
|
Download
File Size 35.6kB
|