Browse Source

Change spec of obj exporter.

Alexander Gessler 12 năm trước cách đây
mục cha
commit
b597ebbe43
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      code/Exporter.cpp

+ 2 - 1
code/Exporter.cpp

@@ -85,7 +85,8 @@ Exporter::ExportFormatEntry gExporters[] =
 #endif
 
 #ifndef ASSIMP_BUILD_NO_OBJ_EXPORTER
-	Exporter::ExportFormatEntry( "obj", "Wavefront OBJ format", "obj", &ExportSceneObj),
+	Exporter::ExportFormatEntry( "obj", "Wavefront OBJ format", "obj", &ExportSceneObj, 
+		aiProcess_GenNormals | aiProcess_PreTransformVertices),
 #endif
 
 #ifndef ASSIMP_BUILD_NO_STL_EXPORTER