Added BlendingPolicy support into osgTerrain::Terrain.
This commit is contained in:
@@ -62,7 +62,7 @@ TerrainTile::TerrainTile():
|
||||
_hasBeenTraversal(false),
|
||||
_requiresNormals(true),
|
||||
_treatBoundariesToValidDataAsDefaultValue(false),
|
||||
_blendingPolicy(ENABLE_BLENDING_WHEN_ALPHA_PRESENT)
|
||||
_blendingPolicy(INHERIT)
|
||||
{
|
||||
setThreadSafeRefUnref(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user