WhirlyGlobe  1.1
A 3D interactive globe toolkit for ios
WhirlyGlobe::ChangeRequest Class Reference

#include <Drawable.h>

Inheritance diagram for WhirlyGlobe::ChangeRequest:
WhirlyGlobe::AddDrawableReq WhirlyGlobe::AddTextureReq WhirlyGlobe::DrawableChangeRequest WhirlyGlobe::RemDrawableReq WhirlyGlobe::RemTextureReq WhirlyGlobe::ColorChangeRequest WhirlyGlobe::OnOffChangeRequest WhirlyGlobe::VisibilityChangeRequest

List of all members.

Public Member Functions

virtual void execute (GlobeScene *scene, WhirlyGlobeView *view)=0
 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: