Added back in osg::Geometry path

This commit is contained in:
Robert Osfield
2007-04-27 17:03:06 +00:00
parent 4968eb7136
commit 47598ce1a9
2 changed files with 38 additions and 9 deletions

View File

@@ -113,6 +113,7 @@ class OSGTERRAIN_EXPORT GeometryTechnique : public TerrainTechnique
osg::ref_ptr<osg::Geode> _geode;
osg::ref_ptr<TerrainGeometry> _terrainGeometry;
osg::ref_ptr<osg::Geometry> _geometry;
};
}