|
WhirlyGlobe
1.1
A 3D interactive globe toolkit for ios
|
Change the visibility distances for the given drawable. More...
#include <Drawable.h>
Public Member Functions | |
| VisibilityChangeRequest (SimpleIdentity drawId, float minVis, float maxVis) | |
| void | execute2 (GlobeScene *scene, Drawable *draw) |
| This is the one you override. | |
Protected Attributes | |
| float | minVis |
| float | maxVis |
Change the visibility distances for the given drawable.
| void WhirlyGlobe::VisibilityChangeRequest::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.