osgEarth 2.1.1
|
#include <osgEarth/Revisioning>
#include <osg/Geometry>
#include <osg/StateSet>
#include <osg/Program>
Go to the source code of this file.
Classes | |
class | MeshNode |
class | AMRTriangle |
class | AMRDrawable |
class | AMRGeometry |
Defines | |
#define | OSGEARTH_DROAM_ENGINE_AMR_GEOMETRY_H 1 |
Typedefs | |
typedef std::vector < osg::ref_ptr< AMRTriangle > > | AMRTriangleList |
typedef std::vector < osg::ref_ptr< AMRDrawable > > | AMRDrawableList |
#define OSGEARTH_DROAM_ENGINE_AMR_GEOMETRY_H 1 |
Definition at line 20 of file AMRGeometry.
typedef std::vector< osg::ref_ptr<AMRDrawable> > AMRDrawableList |
Definition at line 68 of file AMRGeometry.
typedef std::vector< osg::ref_ptr<AMRTriangle> > AMRTriangleList |
Definition at line 55 of file AMRGeometry.