Removed ptv flag from assimp_view.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@337 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
0e9ff778c8
commit
e54ef3944d
|
@ -147,7 +147,6 @@ DWORD WINAPI LoadThreadProc(LPVOID lpParameter)
|
||||||
aiProcess_GenUVCoords | // convert spherical, cylindrical, box and planar mapping to proper UVs
|
aiProcess_GenUVCoords | // convert spherical, cylindrical, box and planar mapping to proper UVs
|
||||||
aiProcess_TransformUVCoords | // preprocess UV transformations (scaling, translation ...)
|
aiProcess_TransformUVCoords | // preprocess UV transformations (scaling, translation ...)
|
||||||
aiProcess_FindInstances | // search for instanced meshes and remove them by references to one master
|
aiProcess_FindInstances | // search for instanced meshes and remove them by references to one master
|
||||||
aiProcess_PreTransformVertices |
|
|
||||||
0);
|
0);
|
||||||
|
|
||||||
// get the end time of zje operation, calculate delta t
|
// get the end time of zje operation, calculate delta t
|
||||||
|
|
Loading…
Reference in New Issue