# fix dxf face order (and the normals, respectively).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@909 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
21e3b5e087
commit
6587130e9c
|
@ -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 ---
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue