osgEarth 2.1.1
|
#include <osgEarthUtil/ImageOverlay>
#include <osg/Geode>
#include <osg/ShapeDrawable>
#include <osg/Texture2D>
#include <osgEarthSymbology/MeshSubdivider>
#include <osgEarth/FindNode>
#include <osg/io_utils>
#include <algorithm>
Go to the source code of this file.
Functions | |
void | clampLatitude (osg::Vec2d &l) |
void clampLatitude | ( | osg::Vec2d & | l | ) |
Definition at line 17 of file ImageOverlay.cpp.
{ l.y() = osg::clampBetween( l.y(), -90.0, 90.0); }