osgEarth 2.1.1
|
Public Member Functions | |
SampleGeometryInput () |
Definition at line 102 of file osgearth_symbology.cpp.
SampleGeometryInput::SampleGeometryInput | ( | ) | [inline] |
Definition at line 104 of file osgearth_symbology.cpp.
{ // points { _geometryList.push_back(createPointsGeometry(osg::Vec3d(-250,0,0))); } // ring { _geometryList.push_back(createRingGeometry(osg::Vec3d(0,0,0))); } // line { _geometryList.push_back(createLineGeometry(osg::Vec3d(250,0,0))); } // polygon { _geometryList.push_back(createPolygonGeometry(osg::Vec3d(500,0,0))); } }