Tagged Questions
2
votes
2answers
560 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 ...
7
votes
1answer
1k views
Sprite sheets with buffer objects and shaders
What is the "best" way to handle sprite sheets with shaders and buffers? In immediate mode it is easy to modify a sprite's texcoords when it is drawn, but I don't know how to do this with modern ...