Where can I find an iPhone OpenGL ES Example that responds to touch?
Posted
by Jamey McElveen
on Stack Overflow
See other posts from Stack Overflow
or by Jamey McElveen
Published on 2009-06-24T16:33:50Z
Indexed on
2010/04/03
17:23 UTC
Read the original article
Hit count: 491
I would like to find an iPhone OpenGL ES Example that responds to touch. Ideally it would meet these requirements:
- Displays a 3D object in the center of the screen like a cube
- Maps a texture to the cube surfaces
- Should move the camera around the cube as you drag your finger
- Should zoom the camera in and out on the cube by pinching
- Optionally has a background behind the cube that wraps around the back of the camera.(for example this could create the effect of the cube being in space)
Has anyone seen one or more examples that can do these or at least render the cube with the texture?
© Stack Overflow or respective owner