![]() |
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#import <Drawable.h>
Public Member Functions | |
(virtual void) | - execute |
Make a change to the scene. For the renderer. Never call this. |
This is the base clase for a change request. Change requests are how we modify things in the scene. The renderer is running on the main thread and we want to keep our interaction with it very simple. So instead of deleting things or modifying them directly, we ask the renderer to do so through a change request.