2
0
Эх сурвалжийг харах

# 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
aramis_acg 14 жил өмнө
parent
commit
6587130e9c
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      code/DXFLoader.cpp

+ 2 - 2
code/DXFLoader.cpp

@@ -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 ---
 }