From bd194693dd1ec6638564c9923a23eef7ca441617 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 10 May 2007 12:33:56 +0000 Subject: [PATCH] Added automatic enabling of blending when alpha value != 1.0 occur in the color or transfer function data. --- examples/osgterrain/osgterrain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgterrain/osgterrain.cpp b/examples/osgterrain/osgterrain.cpp index 694630627..d1a65fe4e 100644 --- a/examples/osgterrain/osgterrain.cpp +++ b/examples/osgterrain/osgterrain.cpp @@ -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);