Changed default enabling of vertex attribute mapping

This commit is contained in:
Robert Osfield 2009-11-10 12:03:03 +00:00
parent f159ae0516
commit b00ff07294

View File

@ -397,7 +397,7 @@ int main(int argc, char *argv[])
osg::ref_ptr<osg::Node> loadedModel;
bool runConvertToVertexAttributes = true;
bool runConvertToVertexAttributes = false;
if (arguments.read("--simple") || arguments.read("--s"))
{
loadedModel = createSimpleTestModel();