# fix dxf face order (and the normals, respectively).

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@909 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2011-02-27 17:40:07 +00:00
parent 21e3b5e087
commit 6587130e9c
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ void DXFImporter::InternReadFile( const std::string& pFile,
ConvertMeshes(pScene,output);
// flip winding order to be ccw
FlipWindingOrderProcess flipper;
flipper.Execute(pScene);
//FlipWindingOrderProcess flipper;
//flipper.Execute(pScene);
// --- everything destructs automatically ---
}