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

Ask the renderer to change a drawable's color. More...

#include <Drawable.h>

Inheritance diagram for WhirlyGlobe::ColorChangeRequest:
WhirlyGlobe::DrawableChangeRequest WhirlyGlobe::ChangeRequest

List of all members.

Public Member Functions

 ColorChangeRequest (SimpleIdentity drawId, RGBAColor color)
void execute2 (GlobeScene *scene, Drawable *draw)
 This is the one you override.

Protected Attributes

unsigned char color [4]

Detailed Description

Ask the renderer to change a drawable's color.


Member Function Documentation

void WhirlyGlobe::ColorChangeRequest::execute2 ( GlobeScene scene,
Drawable draw 
) [virtual]

This is the one you override.

This is called by execute if there's a drawable to modify.

Implements WhirlyGlobe::DrawableChangeRequest.


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