Added BlendingPolicy support into osgTerrain::Terrain.

This commit is contained in:
Robert Osfield
2010-03-16 18:43:59 +00:00
parent 1537af6235
commit c4e82f0221
5 changed files with 48 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ TerrainTile::TerrainTile():
_hasBeenTraversal(false),
_requiresNormals(true),
_treatBoundariesToValidDataAsDefaultValue(false),
_blendingPolicy(ENABLE_BLENDING_WHEN_ALPHA_PRESENT)
_blendingPolicy(INHERIT)
{
setThreadSafeRefUnref(true);
}