Added automatic enabling of blending when alpha value != 1.0 occur in the color

or transfer function data.
This commit is contained in:
Robert Osfield
2007-05-10 12:33:56 +00:00
parent fd07f5cab5
commit bd194693dd

View File

@@ -107,7 +107,7 @@ int main(int argc, char** argv)
readParameter = true;
}
else if (arguments.read(pos, "-c",x,y,w,h))
else if (arguments.read(pos, "--cartizian",x,y,w,h))
{
// define the extents.
locator = new osgTerrain::CartizianLocator(x,y,w,h,0);