|
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#import <EAGLView.h>
Public Member Functions | |
| (void) | - startAnimation |
| Start the animation. Typically right before we're displayed. | |
| (void) | - stopAnimation |
| Stop the animation. It can be restarted or destroyed after this. | |
| (void) | - drawView: |
| Draw into the actual view. | |
Protected Attributes | |
| CADisplayLink * | displayLink |
Properties | |
| id< ESRenderer > | renderer |
| NSInteger | frameInterval |
| BOOL | animating |
OpenGL View is a base class for implementing an open GL rendering view. This is modeled off of the example. We subclass this for our own purposes.