The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
62 views

Getting a uint color array from a portion of a Texture2D

I'm currently using the Farseer tools to create a body from a Texture2D. However, my texture is a spritesheet and I need to get the uint array containing the colors from a portion of the full ...