WhirlyGlobe  1.2
A 3D interactive globe toolkit for iOS
WhirlyGlobe::ChangeRequest Class Reference

#import <Drawable.h>

Inheritance diagram for WhirlyGlobe::ChangeRequest:
WhirlyGlobe::AddDrawableReq WhirlyGlobe::AddGeneratorReq WhirlyGlobe::AddTextureReq WhirlyGlobe::GeneratorChangeRequest WhirlyGlobe::RemDrawableReq WhirlyGlobe::RemGeneratorReq WhirlyGlobe::RemTextureReq WhirlyGlobe::MarkerGeneratorAddRequest WhirlyGlobe::MarkerGeneratorFadeRequest WhirlyGlobe::MarkerGeneratorRemRequest WhirlyGlobe::ParticleGeneratorAddSystemRequest WhirlyGlobe::ParticleGeneratorRemSystemRequest

List of all members.

Public Member Functions

(virtual void) - execute
 Make a change to the scene. For the renderer. Never call this.

Detailed Description

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.


The documentation for this class was generated from the following file: