OpenGL ES help/is this even posible?
I have a OpenGL es program (just a modified version of the default template in xcode). There's a button that moves the a textured square up and off the screen. Is there a way to make it so when I click the button the square doesn't move but the texture off the top of the square and then reappear at the bottom of the square? like it looks like I'm moving the square up but the only thing that's changing is the texture on the square?
|