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

#include <GlobeScene.h>

Inheritance diagram for WhirlyGlobe::AddTextureReq:
WhirlyGlobe::ChangeRequest

List of all members.

Public Member Functions

 AddTextureReq (Texture *tex)
 ~AddTextureReq ()
 If the texture hasn't been added to the renderer, clean it up.
void execute (GlobeScene *scene, WhirlyGlobeView *view)
 Add to the renderer. Never call this.

Protected Attributes

Texturetex

Detailed Description

Request that the renderer add the given texture. This will make it available for use by its ID


Constructor & Destructor Documentation

WhirlyGlobe::AddTextureReq::AddTextureReq ( Texture tex) [inline]

Construct with a texture You are not responsible for deleteing the texture after this


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