Tagged Questions
3
votes
4answers
379 views
XNA 2D Spritesheet drawing rendering problem
I'm making a tile-based game, using one spritesheet containing all tile graphics.
Each tile has a size of 32x32 pixels.
The main problem is: when I draw the tile to the screen, if the tile position x ...
2
votes
1answer
635 views
Opengl drawing a section of a texture stretched over a quad
Current Situation
I have a spritesheet loaded in for a texture when drawing the specific portions of the sheet that I'd like to have on my quads I do some simple math to get their location on the ...
2
votes
2answers
537 views
Can a texture's UV coordinates be animated (scrolled) when part of a SpriteSheet?
Alright so my question is about texture manipulation in Flash Stage3D / Context3D using AGAL for the shader language. But I'm pretty sure this could be applicable in other situations involving GPU ...