The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
39 views

Texture / shader template program [closed]

I would like to use OpenGL to downsize images, using shaders. I would be very grateful, if somebody can give me a sample program in C++, which loads bitmap texture, draws it to the entire screen and ...
1
vote
2answers
56 views

Mapping of positions on images in different frames

I am looking for a possibility to map different positions on a 2D Image which has different frames. Let's say I have an image, consisting of three frames, which shows a spaceship. The first frame ...
0
votes
0answers
99 views

graphic effects of Android game “Achtung” [closed]

I would be very gratefull if someone can give me a hint how the graphic effects of this android game ( http://www.isignz.nl/achtung ) works. Let us let this "pixie dust"-stuff aside for the moment; I ...
0
votes
0answers
142 views

Smudge and Erase Image using Flash and AS3

I am developing an app where in I have to smudge and erase a portion of the image which is loaded on stage. The logic I am using is adding two Images on stage one above the other. I am able to ...
0
votes
1answer
197 views

How can I simulate light using mask images on the iPad? [duplicate]

Possible Duplicate: Can I achieve a torchlight effect (lighter area around a light source) in a 2D game? I want to have a picture as a background, say this: Then I would like to apply a ...