iPhone Animated Sphere
NickName:Dan Bradeanu Ask DateTime:2011-08-26T23:10:34

iPhone Animated Sphere

I would like to build a sphere in opengles 2.0 that is animated. Basically I want to have a transparent sphere on which I have small images moving around randomly. I know how to make a sphere and to map a texture on it. I don't know how to add the animated images. Any suggestions?

Copyright Notice:Content Author:「Dan Bradeanu」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7206826/iphone-animated-sphere

More about “iPhone Animated Sphere” related questions

iPhone Animated Sphere

I would like to build a sphere in opengles 2.0 that is animated. Basically I want to have a transparent sphere on which I have small images moving around randomly. I know how to make a sphere and t...

Show Detail

Java3D - Mapping animated gif to sphere

I have a simple solar system consisting of two planets and a sun. I can now map images to spheres, but I want to map an animated gif to a sphere. I assumed this would be the same code, but when I ...

Show Detail

Animate a sphere (rotation)

I am trying to build my first animation, I just want to make a sphere rotate (like a head turning left or right). I looked at the Animated API but I get the following error: Transform with key...

Show Detail

Texturing a sphere in iphone's OpenGL ES

Basically i want a 3d rotating earth. gluSphere function isn't found. is it available on the iphone's opengl es? how can i render a sphere otherwise?

Show Detail

iPhone Animated Loading Screen

Is there a way to have an animated loading screen for my iPhone application as opposed to the Default.png that I currently am using?

Show Detail

Animated Splash Screen in iPhone

I need to implement animated splash screen to the iPhone application. I have seen skype application where same thing is already implemented. Can anyone has idea how can i implement same thing in my

Show Detail

iOS - rotating a sphere and responding to touch

I've been tasked with creating a sphere that can be rotated by touch (or animated) along one axis, like a regular globe. I should also be able to draw animated lines on this sphere (eg. draw a line

Show Detail

The iPhone Game Background as Video or Animated Image?

I need to create a very short background animation for the entire iPhone screen. I am trying to figure out whether I should use a video or animate a series of PNG files. Does anybody know the adva...

Show Detail

Animated Gif issue on iPhone, iPad

I am having an issue where my animated .gif (created in PhotoShop) transitions are not rolling out correctly on an iPad and iPhone. Instead of fading to the next frame, the next frame is appearing a

Show Detail

Animation in OpenGL ES view freezes when UIScrollView is dragged on iPhone

I have an animated transparent OpenGL ES subview (a modification of Apple's template EAGLView class) which draws a rotating sphere. Just like Apple's example, CADisplayLink is used on devices where

Show Detail