![]() |
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#include <MarkerGenerator.h>
Public Member Functions | |
void | addToDrawables (RendererFrameInfo *frameInfo, DrawableMap &drawables, float minZres) |
Called by the marker generator build the geometry. | |
Public Attributes | |
RGBAColor | color |
GeoCoord | loc |
Vector3f | norm |
Point3f | pts [4] |
std::vector< std::vector < TexCoord > > | texCoords |
std::vector< SimpleIdentity > | texIDs |
NSTimeInterval | start |
NSTimeInterval | period |
NSTimeInterval | fadeUp |
NSTimeInterval | fadeDown |
int | drawOffset |
float | minVis |
float | maxVis |
An individual marker contains the geometry we want to put on top of the globe at any given time. These are only used when the marker will iterate through multiple textures over a given period.