Browse Source

Removed ptv flag from assimp_view.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@337 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 16 years ago
parent
commit
e54ef3944d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/assimp_view/assimp_view.cpp

+ 0 - 1
tools/assimp_view/assimp_view.cpp

@@ -147,7 +147,6 @@ DWORD WINAPI LoadThreadProc(LPVOID lpParameter)
 		aiProcess_GenUVCoords              | // convert spherical, cylindrical, box and planar mapping to proper UVs
 		aiProcess_TransformUVCoords        | // preprocess UV transformations (scaling, translation ...)
 		aiProcess_FindInstances            | // search for instanced meshes and remove them by references to one master
-		aiProcess_PreTransformVertices	   |
 		0);
 
 	// get the end time of zje operation, calculate delta t