objective c - Where can I find an iPhone OpenGL ES Example that responds to touch? -
I want to find an iPhone OpenGL EE example that responds to touch. Ideally it will meet these requirements:
- Displays a 3D object in the center of the screen like a cube
- A textured map for solid surfaces
- Zoom in and out of the camera on the cube should be zoomed
- Alternatively there is a background behind the cube that wraps around the back of the camera (For example, it can cause the effect of the cube in space)
Has anyone seen one or more examples that can do this or at least the texture of the cube?
My iPhone application via BSD license This uses OpenGL ES to present a molecular structure , Uses a single touch to rotate the structure, a pinch gesture for zooming, and simultaneous movement of two fingers for panning on the molecule. Unfortunately, it does not yet use the texture for any rendering.
I document things I learned about OpenGL ES from them.
Comments
Post a Comment