|
WhirlyGlobe
1.1
A 3D interactive globe toolkit for ios
|
Ask the renderer to add the drawable to the scene. More...
#include <GlobeScene.h>
Public Member Functions | |
| AddDrawableReq (Drawable *drawable) | |
| Construct with a drawable. You're not responsible for deletion. | |
| ~AddDrawableReq () | |
| If the drawable wasn't used, delete it. | |
| void | execute (GlobeScene *scene, WhirlyGlobeView *view) |
| Add to the renderer. Never call this. | |
Protected Attributes | |
| Drawable * | drawable |
Ask the renderer to add the drawable to the scene.