Changed default enabling of vertex attribute mapping
This commit is contained in:
parent
f159ae0516
commit
b00ff07294
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user