Sprite sheets, Clamp or Wrap?
- by David
I'm using a combination of sprite sheets for well, sprites and individual textures for infinite tiling.
For the tiling textures I'm obviously using Wrap to draw the entire surface in one call but up until now I've been making a seperate batch using Clamp for drawing sprites from the sprite sheets. The sprite sheets include a border (repeating the…