assimp_cmd now specifies the GLOB_MEASURE_TIME propery
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@781 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
a9fd02c14e
commit
9d69165ae7
|
@ -112,6 +112,7 @@ int main (int argc, char* argv[])
|
|||
// construct a global Assimp::Importer instance
|
||||
// because all further tools rely on it
|
||||
Assimp::Importer imp;
|
||||
imp.SetPropertyBool("GLOB_MEASURE_TIME",true);
|
||||
globalImporter = &imp;
|
||||
|
||||
// assimp listext
|
||||
|
|
Loading…
Reference in New Issue