From b00ff0729423ba181758f76d6465a4d7f6398f3e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Nov 2009 12:03:03 +0000 Subject: [PATCH] Changed default enabling of vertex attribute mapping --- examples/osgvertexattributes/osgvertexattributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgvertexattributes/osgvertexattributes.cpp b/examples/osgvertexattributes/osgvertexattributes.cpp index 44ecec520..664095399 100644 --- a/examples/osgvertexattributes/osgvertexattributes.cpp +++ b/examples/osgvertexattributes/osgvertexattributes.cpp @@ -397,7 +397,7 @@ int main(int argc, char *argv[]) osg::ref_ptr loadedModel; - bool runConvertToVertexAttributes = true; + bool runConvertToVertexAttributes = false; if (arguments.read("--simple") || arguments.read("--s")) { loadedModel = createSimpleTestModel();