From ccd34b375bd3d063461b16c194406a8e94b66bb2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 13 Apr 2010 09:42:36 +0000 Subject: [PATCH] updated wrappers --- src/osgWrappers/introspection/osgTerrain/TerrainTile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/osgWrappers/introspection/osgTerrain/TerrainTile.cpp b/src/osgWrappers/introspection/osgTerrain/TerrainTile.cpp index 9ee185482..34e9e2e0f 100644 --- a/src/osgWrappers/introspection/osgTerrain/TerrainTile.cpp +++ b/src/osgWrappers/introspection/osgTerrain/TerrainTile.cpp @@ -46,7 +46,11 @@ BEGIN_ENUM_REFLECTOR(osgTerrain::TerrainTile::DirtyMask) I_EnumLabel(osgTerrain::TerrainTile::LEFT_EDGE_DIRTY); I_EnumLabel(osgTerrain::TerrainTile::RIGHT_EDGE_DIRTY); I_EnumLabel(osgTerrain::TerrainTile::TOP_EDGE_DIRTY); + I_EnumLabel(osgTerrain::TerrainTile::TOP_LEFT_CORNER_DIRTY); + I_EnumLabel(osgTerrain::TerrainTile::TOP_RIGHT_CORNER_DIRTY); I_EnumLabel(osgTerrain::TerrainTile::BOTTOM_EDGE_DIRTY); + I_EnumLabel(osgTerrain::TerrainTile::BOTTOM_LEFT_CORNER_DIRTY); + I_EnumLabel(osgTerrain::TerrainTile::BOTTOM_RIGHT_CORNER_DIRTY); I_EnumLabel(osgTerrain::TerrainTile::EDGES_DIRTY); I_EnumLabel(osgTerrain::TerrainTile::ALL_DIRTY); END_REFLECTOR