XNA UK User Group
A helping hand for bedroom coders throughout the land.

Texture Atlas Content Pipeline


posted by leaf
Thu, Aug 9 2007

Downloads: 1,172
File size: 135kB
Views: 2,473
Texture Atlas Content Pipeline
Filed under: , ,

This sample code shows how to read in the output from Nvidia's texture atlas tools and process the files using the content pipeline. This code can be used to combine many textures into one texture sheet, this can be used to help optimize rendering.

 
13th September 2007: This version fixes a bug that duplicated textures, resulting in larger data files and the readability of the code has been much improved by some harsh refactoring.

17th January 2008: Updated to XNA 2.0